The custom tool that the model called.

interface Custom {
    input: string;
    name: string;
}

Properties

Properties

input: string

The input for the custom tool call generated by the model.

name: string

The name of the custom tool to call.