Skip to content

Home > llm-ops > BaseAgent > (constructor)

BaseAgent.(constructor)

Constructs a new instance of the BaseAgent class

Signature:

typescript
constructor(params: chainSchema);
constructor(params: chainSchema);

Parameters

ParameterTypeDescription
paramschainSchema

Released under the MIT License.