Briyah SDK - v2.0.6
    Preparing search index...

    Interface ToolsResponse

    interface ToolsResponse {
        allowUserAuthored: boolean;
        nativeTools: ToolSummary[];
        tools: ToolDefinition[];
    }
    Index
    allowUserAuthored: boolean
    nativeTools: ToolSummary[]