The chat tool parameters.

interface TextChatParameterTools {
    function?: TextChatParameterFunction;
    type: string;
}

Properties

Properties

function?: TextChatParameterFunction

The parameters specific to chat.

type: string

The tool type.