Skip to content

Commit d6a18b5

Browse files
committed
⬆️ Bump files with dotnet-file sync
# xai-org/xai-proto - Add `developer` role (#28) xai-org/xai-proto@712e28a
1 parent e533344 commit d6a18b5

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.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 = 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

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ Uses your own API Key.
390390
[![domischell](https://avatars.githubusercontent.com/u/66068846?u=0a5c5e2e7d90f15ea657bc660f175605935c5bea&v=4&s=39 "domischell")](https://github.com/DominicSchell)
391391
[![Adrian Alonso](https://avatars.githubusercontent.com/u/2027083?u=129cf516d99f5cb2fd0f4a0787a069f3446b7522&v=4&s=39 "Adrian Alonso")](https://github.com/adalon)
392392
[![Michael Hagedorn](https://avatars.githubusercontent.com/u/61711586?u=8f653dfcb641e8c18cc5f78692ebc6bb3a0c92be&v=4&s=39 "Michael Hagedorn")](https://github.com/Eule02)
393-
[![](https://avatars.githubusercontent.com/devlooped-user?s=39 "")](https://github.com/henkmartijn)
394393
[![torutek](https://avatars.githubusercontent.com/u/33917059?v=4&s=39 "torutek")](https://github.com/torutek)
395394
[![mccaffers](https://avatars.githubusercontent.com/u/16667079?u=739e110e62a75870c981640447efa5eb2cb3bc8f&v=4&s=39 "mccaffers")](https://github.com/mccaffers)
396395
[![Cleosia](https://avatars.githubusercontent.com/u/85127128?u=3c889baa39bbe3607998c931490bd67c6ed854f2&v=4&s=39 "Cleosia")](https://github.com/cleosia)

src/xAI.Protocol/chat.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

536539
enum ReasoningEffort {

0 commit comments

Comments
 (0)