Arize Phoenix TS
    Preparing search index...
    type PartialAIParams = {
        messages: ModelMessage[];
        toolChoice?: ToolChoice<ToolSet>;
        tools?: ToolSet;
    }
    Index

    Properties

    messages: ModelMessage[]
    toolChoice?: ToolChoice<ToolSet>

    The tool choice strategy. Default: 'auto'.

    tools?: ToolSet

    The tools that the model can call. The model needs to support calling tools.