Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type MsgDeleteMessageConfirm ¶
MsgDeleteMessageConfirm is sent when message deletion is confirmed
type MsgDeleteMessageDecline ¶
type MsgDeleteMessageDecline struct{}
MsgDeleteMessageDecline is sent when message deletion is declined
type MsgExecuteTools ¶
type MsgExecuteTools struct {
ToolCalls []api.ToolCall
Confirmations []api.ToolConfirmation
}
MsgExecuteTools is sent when all individual tool call confirmations have been answered. Confirmations contains one ToolConfirmation per ToolCall.
type MsgUnattendedConfirm ¶
type MsgUnattendedConfirm struct {
Level int
}
MsgUnattendedConfirm is sent when enabling unattended execution is confirmed
type MsgUnattendedDecline ¶
type MsgUnattendedDecline struct{}
MsgUnattendedDecline is sent when enabling unattended execution is declined
Click to show internal directories.
Click to hide internal directories.