From d6a18b5249bd2442a2f7e9046f46b6917c5b42bc Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Thu, 22 Jan 2026 00:37:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20files=20with=20dotn?= =?UTF-8?q?et-file=20sync=20=EF=BB=BF#=20xai-org/xai-proto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add `developer` role (#28) https://github.com/xai-org/xai-proto/commit/712e28a --- .netconfig | 4 ++-- readme.md | 1 - src/xAI.Protocol/chat.proto | 3 +++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.netconfig b/.netconfig index 5b17514..cde24af 100644 --- a/.netconfig +++ b/.netconfig @@ -127,8 +127,8 @@ weak [file "src/xAI.Protocol/chat.proto"] url = https://github.com/xai-org/xai-proto/blob/main/proto/xai/api/v1/chat.proto - sha = 803611f00c8631d6ef1064fd95b9943a9e9c87ca - etag = 21449b3c69cebfdecd26ec6ae1e67e73b7a2155407cf5403b2aef19377bba238 + sha = 712e28ae9319e881d6dd6473d22566d61fe22854 + etag = d68802a822549776b7acdc0c03a226c913375f588a7938b48741ea5d1852ef02 weak [file "src/xAI.Protocol/deferred.proto"] url = https://github.com/xai-org/xai-proto/blob/main/proto/xai/api/v1/deferred.proto diff --git a/readme.md b/readme.md index 89fea11..9d66bce 100644 --- a/readme.md +++ b/readme.md @@ -390,7 +390,6 @@ Uses your own API Key. [![domischell](https://avatars.githubusercontent.com/u/66068846?u=0a5c5e2e7d90f15ea657bc660f175605935c5bea&v=4&s=39 "domischell")](https://github.com/DominicSchell) [![Adrian Alonso](https://avatars.githubusercontent.com/u/2027083?u=129cf516d99f5cb2fd0f4a0787a069f3446b7522&v=4&s=39 "Adrian Alonso")](https://github.com/adalon) [![Michael Hagedorn](https://avatars.githubusercontent.com/u/61711586?u=8f653dfcb641e8c18cc5f78692ebc6bb3a0c92be&v=4&s=39 "Michael Hagedorn")](https://github.com/Eule02) -[![](https://avatars.githubusercontent.com/devlooped-user?s=39 "")](https://github.com/henkmartijn) [![torutek](https://avatars.githubusercontent.com/u/33917059?v=4&s=39 "torutek")](https://github.com/torutek) [![mccaffers](https://avatars.githubusercontent.com/u/16667079?u=739e110e62a75870c981640447efa5eb2cb3bc8f&v=4&s=39 "mccaffers")](https://github.com/mccaffers) [![Cleosia](https://avatars.githubusercontent.com/u/85127128?u=3c889baa39bbe3607998c931490bd67c6ed854f2&v=4&s=39 "Cleosia")](https://github.com/cleosia) diff --git a/src/xAI.Protocol/chat.proto b/src/xAI.Protocol/chat.proto index 12abdaa..190ec70 100644 --- a/src/xAI.Protocol/chat.proto +++ b/src/xAI.Protocol/chat.proto @@ -531,6 +531,9 @@ enum MessageRole { // Indicates a return from a tool call. ROLE_TOOL = 5; + + // Developer role, typically for developer instructions, e.g. tool usage instructions. + ROLE_DEVELOPER = 6; } enum ReasoningEffort {