File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
513516enum MessageRole {
You can’t perform that action at this time.
0 commit comments