AgentOS Extensions API - v1.0.3
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    category: "system" = 'system'
    description: string = ...
    displayName: "Create Spreadsheet" = 'Create Spreadsheet'
    hasSideEffects: true
    id: "cli-create-spreadsheet-v1" = 'cli-create-spreadsheet-v1'
    inputSchema: JSONSchemaObject = ...
    name: "create_spreadsheet" = 'create_spreadsheet'

    Methods

    • Parameters

      • input: {
            data?: Record<string, any>[];
            format?: string;
            headers?: string[];
            markdown?: string;
            path: string;
            rows?: any[][];
            sheetName?: string;
        }
      • _context: ToolExecutionContext

      Returns Promise<
          ToolExecutionResult<
              { bytes: number; format: string; path: string; rows: number },
          >,
      >