graphai / AgentFunctionInfo
Type Alias: AgentFunctionInfo
AgentFunctionInfo:
object
Defined in: packages/graphai/src/type.ts:157
Type declaration
agent
agent:
AgentFunction<any,any,any,any>
apiKeys?
optionalapiKeys:string[]
author
author:
string
cacheType?
optionalcacheType:CacheTypes
category
category:
string[]
config?
optionalconfig:any
description
description:
string
environmentVariables?
optionalenvironmentVariables:string[]
hasGraphData?
optionalhasGraphData:boolean
inputs?
optionalinputs:any
license
license:
string
mock
mock:
AgentFunction<any,any,any,any>
name
name:
string
npms?
optionalnpms:string[]
output?
optionaloutput:any
outputFormat?
optionaloutputFormat:any
params?
optionalparams:any
repository
repository:
string
samples
samples:
AgentFunctionInfoSample[]
stream?
optionalstream:boolean
tools?
optionaltools:Record<string,any>[]
