Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions google/genai/_gaos/types/interactions/functionresultdelta.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,13 @@ class FunctionResultDeltaResult(BaseModel):


class FunctionResultDeltaTypedDict(TypedDict):
call_id: str
r"""Required. ID to match the ID from the function call block."""
result: FunctionResultDeltaResultUnionTypedDict
is_error: NotRequired[bool]
name: NotRequired[str]
type: Literal["function_result"]


class FunctionResultDelta(BaseModel):
call_id: str
r"""Required. ID to match the ID from the function call block."""

result: FunctionResultDeltaResultUnion

is_error: Optional[bool] = None
Expand Down
2 changes: 1 addition & 1 deletion google/genai/_gaos/types/interactions/stepdeltadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
GoogleMapsResultDeltaTypedDict,
FileSearchResultDeltaTypedDict,
MCPServerToolCallDeltaTypedDict,
FunctionResultDeltaTypedDict,
RetrievalCallDeltaTypedDict,
MCPServerToolResultDeltaTypedDict,
DocumentDeltaTypedDict,
CodeExecutionResultDeltaTypedDict,
GoogleSearchResultDeltaTypedDict,
URLContextResultDeltaTypedDict,
FunctionResultDeltaTypedDict,
ImageDeltaTypedDict,
VideoDeltaTypedDict,
AudioDeltaTypedDict,
Expand Down
Loading