We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LlmRequest.LiveConnectConfig
1 parent e41dbcc commit 74589a1Copy full SHA for 74589a1
src/google/adk/models/llm_request.py
@@ -48,7 +48,9 @@ class LlmRequest(BaseModel):
48
config: types.GenerateContentConfig = Field(
49
default_factory=types.GenerateContentConfig
50
)
51
- live_connect_config: types.LiveConnectConfig = types.LiveConnectConfig()
+ live_connect_config: types.LiveConnectConfig = Field(
52
+ default_factory=types.LiveConnectConfig
53
+ )
54
"""Additional config for the generate content request.
55
56
tools in generate_content_config should not be set.
0 commit comments