File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 = 803611f00c8631d6ef1064fd95b9943a9e9c87ca
131- etag = 21449b3c69cebfdecd26ec6ae1e67e73b7a2155407cf5403b2aef19377bba238
130+ sha = 712e28ae9319e881d6dd6473d22566d61fe22854
131+ etag = d68802a822549776b7acdc0c03a226c913375f588a7938b48741ea5d1852ef02
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 @@ -531,6 +531,9 @@ enum MessageRole {
531531
532532 // Indicates a return from a tool call.
533533 ROLE_TOOL = 5 ;
534+
535+ // Developer role, typically for developer instructions, e.g. tool usage instructions.
536+ ROLE_DEVELOPER = 6 ;
534537}
535538
536539enum ReasoningEffort {
You can’t perform that action at this time.
0 commit comments