Skip to main content

prepare_forked_command_context

Function prepare_forked_command_context 

Source
pub async fn prepare_forked_command_context(
    command: Value,
    args: &str,
    context: &ToolUseContext,
) -> Result<PreparedForkedContext, String>
Expand description

Prepares the context for executing a forked command/skill. This handles the common setup that both SkillTool and slash commands need.