@deskcreate/agentcraft
    Preparing search index...

    Interface ToolCallResult

    interface ToolCallResult {
        content: string;
        success: boolean;
        toolCallId: string;
        toolName: string;
    }
    Index

    Properties

    content: string
    success: boolean
    toolCallId: string
    toolName: string