Skip to content

Add AskQuestion proto messages for agent multiple-choice questions - #260

Draft
cephalonaut wants to merge 1 commit into
mainfrom
matthew/ask-question-tool
Draft

Add AskQuestion proto messages for agent multiple-choice questions#260
cephalonaut wants to merge 1 commit into
mainfrom
matthew/ask-question-tool

Conversation

@cephalonaut

Copy link
Copy Markdown
Contributor

Add proto definitions for the ask_question tool:

  • ToolCall.AskQuestion message (field 32) with question, options, and allow_multiple
  • AskQuestionResult message (field 36 in ToolCallResult) with success/error oneofs
  • ASK_QUESTION ToolType enum value (29)
  • Generated Go, Python, and Rust bindings

Co-Authored-By: Oz oz-agent@warp.dev

Add AskQuestion message to ToolCall oneof (field 32) for presenting
users with multiple-choice questions. Add AskQuestionResult message
for returning selected options. Add ASK_QUESTION to ToolType enum
(field 29).

Co-Authored-By: Oz <oz-agent@warp.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant