Package version:

Interface RunStepFunctionToolCallDetails

The detailed information about the function called by the model.

interface RunStepFunctionToolCallDetails {
    arguments: string;
    name: string;
}

Properties

Properties

arguments: string

The arguments that the model requires are provided to the named function.

name: string

The name of the function.