Functions

reflectAction

declaration

reflectAction(action: ActionTokenMetadata, implementations: ReflectedActionImplementation): { implementations: ReflectedActionImplementation; input: JSONSchema; name: string; output: JSONSchema; }

Parameters

ParameterTypeDefault value

action

ActionTokenMetadata

undefined

implementations

ReflectedActionImplementation

[]

Returns

{ implementations: ReflectedActionImplementation; input: JSONSchema; name: string; output: JSONSchema; }

NameType

implementations

ReflectedActionImplementation

input

JSONSchema

name

string

output

JSONSchema