Skip to content

Commit 70337f6

Browse files
sync(openapi): agent-sdk/main 6e5c95c (#148)
Co-authored-by: xingyaoww <38853559+xingyaoww@users.noreply.github.com>
1 parent 93798ee commit 70337f6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

openapi/agent-sdk.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,13 +1029,16 @@
10291029
},
10301030
"tools": [
10311031
{
1032-
"name": "TerminalTool"
1032+
"name": "terminal"
10331033
},
10341034
{
1035-
"name": "FileEditorTool"
1035+
"name": "file_editor"
10361036
},
10371037
{
1038-
"name": "TaskTrackerTool"
1038+
"name": "task_tracker"
1039+
},
1040+
{
1041+
"name": "browser_tool_set"
10391042
}
10401043
],
10411044
"system_prompt_kwargs": {
@@ -3950,7 +3953,7 @@
39503953
"title": "ConversationStateUpdateEvent",
39513954
"description": "Event that contains conversation state updates.\n\nThis event is sent via websocket whenever the conversation state changes,\nallowing remote clients to stay in sync without making REST API calls.\n\nAll fields are serialized versions of the corresponding ConversationState fields\nto ensure compatibility with websocket transmission."
39523955
},
3953-
"ConversationStats-Output": {
3956+
"ConversationStats-Input": {
39543957
"properties": {
39553958
"usage_to_metrics": {
39563959
"additionalProperties": {
@@ -3965,6 +3968,10 @@
39653968
"title": "ConversationStats",
39663969
"description": "Track per-LLM usage metrics observed during conversations."
39673970
},
3971+
"ConversationStats-Output": {
3972+
"additionalProperties": true,
3973+
"type": "object"
3974+
},
39683975
"Cost": {
39693976
"properties": {
39703977
"model": {
@@ -6608,7 +6615,7 @@
66086615
"version": {
66096616
"type": "string",
66106617
"title": "Version",
6611-
"default": "1.3.0"
6618+
"default": "1.4.0"
66126619
},
66136620
"docs": {
66146621
"type": "string",

0 commit comments

Comments
 (0)