Type Alias AgentFunctionInfo
AgentFunctionInfo: { agent: AgentFunction<any, any, any, any>; apiKeys?: string[]; author: string; cacheType?: CacheTypes; category: string[]; config?: any; description: string; environmentVariables?: string[]; hasGraphData?: boolean; inputs?: any; license: string; mock: AgentFunction<any, any, any, any>; name: string; npms?: string[]; output?: any; outputFormat?: any; params?: any; repository: string; samples: AgentFunctionInfoSample[]; stream?: boolean; tools?: Record<string, any>[];} Type declaration
agent: AgentFunction<any, any, any, any>
Optional
apiKeys?: string[]
author: string
Optional
cacheType?: CacheTypes
category: string[]
Optional
config?: any
description: string
Optional
environmentVariables?: string[]
Optional
hasGraphData?: boolean
Optional
inputs?: any
license: string
name: string
Optional
npms?: string[]
Optional
output?: any
Optional
outputFormat?: any
Optional
params?: any
repository: string
Optional
stream?: boolean
Optional
tools?: Record<string, any>[]