fix:message api doc (#15568)

Co-authored-by: mars <linjx2@by-health.com>
This commit is contained in:
Mars
2025-03-12 12:38:23 +08:00
committed by GitHub
parent 258736f505
commit 1fab02c25a
4 changed files with 7 additions and 21 deletions

View File

@@ -641,7 +641,7 @@ Chat applications support session persistence, allowing previous chat history to
"tool_input": "{\"dalle2\": {\"prompt\": \"cat\"}}",
"created_at": 1705988186,
"observation": "image has been created and sent to user already, you should tell user to check it now.",
"message_files": [
"files": [
"976990d2-5294-47e6-8f14-7356ba9d2d76"
]
},
@@ -655,7 +655,7 @@ Chat applications support session persistence, allowing previous chat history to
"tool_input": "",
"created_at": 1705988199,
"observation": "",
"message_files": []
"files": []
}
]
}

View File

@@ -641,7 +641,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
"tool_input": "{\"dalle2\": {\"prompt\": \"cat\"}}",
"created_at": 1705988186,
"observation": "画像はすでに作成され、ユーザーに送信されました。今すぐユーザーに確認するように伝えてください。",
"message_files": [
"files": [
"976990d2-5294-47e6-8f14-7356ba9d2d76"
]
},
@@ -655,7 +655,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
"tool_input": "",
"created_at": 1705988199,
"observation": "",
"message_files": []
"files": []
}
]
}

View File

@@ -657,7 +657,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
"tool_input": "{\"dalle2\": {\"prompt\": \"cat\"}}",
"created_at": 1705988186,
"observation": "image has been created and sent to user already, you should tell user to check it now.",
"message_files": [
"files": [
"976990d2-5294-47e6-8f14-7356ba9d2d76"
]
},
@@ -671,7 +671,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
"tool_input": "",
"created_at": 1705988199,
"observation": "",
"message_files": []
"files": []
}
]
}