Skip to main content

Module question

Module question 

Source
Expand description

Question types for opencode_rs.

These types model interactive question/answer prompts exposed by the OpenCode HTTP API.

Structs§

QuestionInfo
A single question item.
QuestionOption
A selectable option for a question.
QuestionReplyRequest
Request body for replying to a question.
QuestionRequest
A pending question request from the server.
QuestionToolRef
Optional tool context for a question request.

Type Aliases§

QuestionAnswer
One answer entry corresponding to one question.