class documentation
class _GeminiApiStreamedResponse(BaseModel): (source)
Serializable activity output for a batched streamed API call.
The activity collects all streamed chunks and returns them as a list. The TemporalApiClient then yields them one at a time to the SDK.
| Class Variable | chunks |
Undocumented |