Skip to main content

tool_is_confirmable_action

Function tool_is_confirmable_action 

Source
pub fn tool_is_confirmable_action(tool_name: &str) -> bool
Expand description

Whether tool_name is a ConfirmableActionTool rather than a pure ClientChatbotTool: its answer runs a mutation through execute_action_tool instead of being rendered directly by client_tool_answer_output.