Skip to content

Commit 57dd9e9

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# xai-org/xai-proto - Add new include option for verbose chunks in streaming response (#21) xai-org/xai-proto@92e44aa
1 parent 36d18e4 commit 57dd9e9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.netconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
weak
128128
[file "src/GrokClient/chat.proto"]
129129
url = https://github.com/xai-org/xai-proto/blob/main/proto/xai/api/v1/chat.proto
130-
sha = f2ee2fa88814da30260c0821362dd9cb60555980
131-
etag = 86aeb20ee0a3bad2b9755541ddbfd11e082e7a9e0f8682b8cb3146a01adc74f9
130+
sha = 92e44aad6de6f4dff4034c2ba118a6aed3351711
131+
etag = 9d685da14ef9bc269ed6f29b87f6874bb5eb4662586092a221c90fabdac40418
132132
weak
133133
[file "src/GrokClient/deferred.proto"]
134134
url = https://github.com/xai-org/xai-proto/blob/main/proto/xai/api/v1/deferred.proto

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ See for example the [introduction of tool output and citations](https://github.c
6262
<!-- sponsors.md -->
6363
[![Clarius Org](https://avatars.githubusercontent.com/u/71888636?v=4&s=39 "Clarius Org")](https://github.com/clarius)
6464
[![MFB Technologies, Inc.](https://avatars.githubusercontent.com/u/87181630?v=4&s=39 "MFB Technologies, Inc.")](https://github.com/MFB-Technologies-Inc)
65+
[![SandRock](https://avatars.githubusercontent.com/u/321868?u=99e50a714276c43ae820632f1da88cb71632ec97&v=4&s=39 "SandRock")](https://github.com/sandrock)
6566
[![DRIVE.NET, Inc.](https://avatars.githubusercontent.com/u/15047123?v=4&s=39 "DRIVE.NET, Inc.")](https://github.com/drivenet)
6667
[![Keith Pickford](https://avatars.githubusercontent.com/u/16598898?u=64416b80caf7092a885f60bb31612270bffc9598&v=4&s=39 "Keith Pickford")](https://github.com/Keflon)
6768
[![Thomas Bolon](https://avatars.githubusercontent.com/u/127185?u=7f50babfc888675e37feb80851a4e9708f573386&v=4&s=39 "Thomas Bolon")](https://github.com/tbolon)

src/GrokClient/chat.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,14 @@ enum IncludeOption {
471471

472472
// Include the inline citations in the final response.
473473
INCLUDE_OPTION_INLINE_CITATIONS = 7;
474+
475+
// Stream back any chunks that are generated by the model or the agent tools
476+
// even if there is no user-visible content in the chunk, e.g. only the usage
477+
// statistics are being updated.
478+
// The chunks without user-visible content are not streamed to the client when
479+
// this option is not included by default.
480+
// This option is only available for streaming responses.
481+
INCLUDE_OPTION_VERBOSE_STREAMING = 8;
474482
}
475483

476484
// A message in a conversation. This message is part of the model input. Each

0 commit comments

Comments
 (0)