Databricks SDK for JavaScript
    Preparing search index...
    interface CreateToolRequest {
        parent?: string;
        tool?: Tool;
        toolId?: string;
    }
    Index

    Properties

    Properties

    parent?: string

    Parent resource where this tool will be created. Format: supervisor-agents/{supervisor_agent_id}

    tool?: Tool
    toolId?: string

    The ID to use for the tool, which will become the final component of the tool's resource name.