Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ee2fa commit 92e44aaCopy full SHA for 92e44aa
proto/xai/api/v1/chat.proto
@@ -470,6 +470,14 @@ enum IncludeOption {
470
471
// Include the inline citations in the final response.
472
INCLUDE_OPTION_INLINE_CITATIONS = 7;
473
+
474
+ // Stream back any chunks that are generated by the model or the agent tools
475
+ // even if there is no user-visible content in the chunk, e.g. only the usage
476
+ // statistics are being updated.
477
+ // The chunks without user-visible content are not streamed to the client when
478
+ // this option is not included by default.
479
+ // This option is only available for streaming responses.
480
+ INCLUDE_OPTION_VERBOSE_STREAMING = 8;
481
}
482
483
// A message in a conversation. This message is part of the model input. Each
0 commit comments