class documentation
class _GeminiInteractionRequest(BaseModel): (source)
Serializable activity input for interactions/agents calls without an id.
params is the caller's kwargs forwarded verbatim to the real SDK method on the worker — stream and timeout are popped by the workflow-side shim before dispatch (stream selects the activity, timeout maps to the activity's start_to_close_timeout).
| Class Variable | params |
Undocumented |