/**
 * This file was auto-generated by Fern from our API Definition.
 */
export interface ToolSource {
    /** The unique identifier of the document */
    id?: string;
    toolOutput?: Record<string, unknown>;
}
