Skip to content

Home > llm-ops > BaseAgent > call

BaseAgent.call() method

Signature:

typescript
call(params: BaseAgentCallSchema): Promise<Result<any>>;
call(params: BaseAgentCallSchema): Promise<Result<any>>;

Parameters

ParameterTypeDescription
paramsBaseAgentCallSchema

Returns:

Promise<Result<any>>

Released under the MIT License.