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

    Implements

    Index

    Constructors

    Properties

    category: "system" = 'system'
    description: string = ...
    displayName: "Create Document" = 'Create Document'
    hasSideEffects: true
    id: "cli-create-document-v1" = 'cli-create-document-v1'
    inputSchema: JSONSchemaObject = ...
    name: "create_document" = 'create_document'

    Methods

    • Parameters

      • input: {
            author?: string;
            content: string;
            path: string;
            subject?: string;
            title?: string;
        }
      • _context: ToolExecutionContext

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