Type alias TextResponseFunctionCall

TextResponseFunctionCall: {
    args: string;
    id?: string;
    name: string;
}

Type declaration

  • args: string
  • Optional id?: string
  • name: string