fix: unclosing tag (#24733)

This commit is contained in:
crazywoola
2025-08-28 08:59:04 -07:00
committed by GitHub
parent e87d4fbf69
commit 7c340695d6
2 changed files with 0 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ Workflow applications offers non-session support and is ideal for translation, a
- `url` File URL. (Only when transfer method is `remote_url`).
- `upload_file_id` Upload file ID. (Only when transfer method is `local_file`).
</Property>
- `response_mode` (string) Required
The mode of response return, supporting:
- `streaming` Streaming mode (recommended), implements a typewriter-like output through SSE ([Server-Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)).

View File

@@ -51,7 +51,6 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
- `url` ファイルのURL。転送方法が `remote_url` の場合のみ)。
- `upload_file_id` アップロードされたファイルID。転送方法が `local_file` の場合のみ)。
</Property>
- `response_mode` (string) 必須
応答の返却モードを指定します。サポートされているモード:
- `streaming` ストリーミングモード推奨、SSE[Server-Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events))を通じてタイプライターのような出力を実装します。