Interface ChatMessageFieldsWithRole

Hierarchy

Implemented by

Properties

content: string
role: string
additional_kwargs?: {
    function_call?: FunctionCall;
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown
  • Optional function_call?: FunctionCall
name?: string

Generated using TypeDoc