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

@@ -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))を通じてタイプライターのような出力を実装します。