fix agent putout the output of workflow-tool twice (#26835) (#27087)

This commit is contained in:
red_sun
2025-11-06 09:41:05 +08:00
committed by GitHub
parent f627348b11
commit 61a0fcc2ea
4 changed files with 8 additions and 3 deletions

View File

@@ -129,6 +129,7 @@ class ToolInvokeMessage(BaseModel):
class JsonMessage(BaseModel):
json_object: dict
suppress_output: bool = Field(default=False, description="Whether to suppress JSON output in result string")
class BlobMessage(BaseModel):
blob: bytes