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

    Implements

    Index

    Constructors

    Properties

    category: "research" = 'research'
    description: "Verify a statement against web sources and return a verdict with confidence." = 'Verify a statement against web sources and return a verdict with confidence.'
    displayName: "Fact Check" = 'Fact Check'
    hasSideEffects: false
    id: "fact-check-v1" = 'fact-check-v1'
    inputSchema: JSONSchemaObject = ...
    name: "fact_check" = 'fact_check'

    Tool call name used by the LLM / ToolExecutor.

    requiredCapabilities: string[] = ...

    Methods

    • Parameters

      • input: FactCheckInput
      • _context: ToolExecutionContext

      Returns Promise<ToolExecutionResult<FactCheckOutput>>