Skip to content

Commit

Permalink
fix: add proto update
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Oct 18, 2023
1 parent 936b477 commit ee6a684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/src/og_proto/agent_server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ message TaskResponse {
OnModelOutputError = 7;
OnInputTokenLimitExceed = 8;
OnOutputTokenLimitExceed = 9;
OnSystemError = 10;
}
ResponseType response_type = 4;
oneof body {
Expand Down

0 comments on commit ee6a684

Please sign in to comment.