MCPcopy Index your code
hub / github.com/google/adk-python / SessionInput

Class SessionInput

src/google/adk/evaluation/eval_case.py:116–128  ·  view source on GitHub ↗

Values that help initialize a Session.

Source from the content-addressed store, hash-verified

114
115
116class SessionInput(EvalBaseModel):
117 """Values that help initialize a Session."""
118
119 model_config = pydantic.ConfigDict(extra="allow")
120
121 app_name: str
122 """The name of the app."""
123
124 user_id: str
125 """The user id."""
126
127 state: SessionState = Field(default_factory=dict)
128 """The state of the session."""
129
130
131StaticConversation: TypeAlias = list[Invocation]

Calls

no outgoing calls

Tested by 1