Type alias CreateXmlAgentParams

CreateXmlAgentParams: {
    llm: BaseLanguageModelInterface;
    prompt: BasePromptTemplate;
    tools: ToolInterface[];
}

Params used by the createXmlAgent function.

Type declaration

Generated using TypeDoc