Refactor GoogleVertexLLMService to use GoogleLLMService as a base class

This commit is contained in:
Mark Backman
2025-11-05 09:33:02 -05:00
parent bbc7d3e2fb
commit 80d127aaa4
3 changed files with 75 additions and 37 deletions

View File

@@ -31,6 +31,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
you cancel a task with `PipelineTask.cancel(reason="cancellation your
reason")`.
### Changed
- Updated the `GoogleVertexLLMService` to use the `GoogleLLMService` as a base
class instead of the `OpenAILLMService`.
### Fixed
- Fixed an issue where the `SmallWebRTCRequest` dataclass in runner would scrub