Skip to content

Commit e533344

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# xai-org/xai-proto - Add tool_call_id field to Message proto (#26) xai-org/xai-proto@803611f
1 parent cb4d35c commit e533344

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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/xAI.Protocol/chat.proto"]
129129
url = https://github.com/xai-org/xai-proto/blob/main/proto/xai/api/v1/chat.proto
130-
sha = 7dc7323e9c7dbbeced78e55fe913c6589079a771
131-
etag = 225d09e19a7d307da09eb962acfdbbe880d59b5ee54e5cbf10df989e5ac3581d
130+
sha = 803611f00c8631d6ef1064fd95b9943a9e9c87ca
131+
etag = 21449b3c69cebfdecd26ec6ae1e67e73b7a2155407cf5403b2aef19377bba238
132132
weak
133133
[file "src/xAI.Protocol/deferred.proto"]
134134
url = https://github.com/xai-org/xai-proto/blob/main/proto/xai/api/v1/deferred.proto

src/xAI.Protocol/chat.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,9 @@ message Message {
508508

509509
// The encrypted content.
510510
string encrypted_content = 6;
511+
512+
// The ID associating this tool response with a prior invocation (for role = ROLE_TOOL).
513+
optional string tool_call_id = 7;
511514
}
512515

513516
enum MessageRole {

0 commit comments

Comments
 (0)