Skip to content

Commit 32b03f2

Browse files
Annhiluccopybara-github
authored andcommitted
chore: Remove partial_arguments from ArgumentsDelta.
PiperOrigin-RevId: 914030846
1 parent 97d6fe5 commit 32b03f2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google/genai/_interactions/types/step_delta.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ class DeltaTextAnnotationDelta(BaseModel):
179179
class DeltaArgumentsDelta(BaseModel):
180180
type: Literal["arguments_delta"]
181181

182-
partial_arguments: Optional[str] = None
183-
184182

185183
class DeltaCodeExecutionCall(BaseModel):
186184
arguments: CodeExecutionCallArguments

0 commit comments

Comments
 (0)