Class Type (0.7.0)

Type(value)

Defines how the text response is produced.

Enums

Name Description
TYPE_UNSPECIFIED Unspecified type.
NONE The LLM dynamically decides whether to generate a text response alongside the widget based on the conversation context.
LLM_GENERATED The LLM is explicitly required to generate a text response.
STATIC A pre-defined static text response is always used.