Class AnswerGenerationModelCallSignals (1.35.0)

AnswerGenerationModelCallSignals(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Diagnostic info related to the answer generation model call.

Attributes

Name Description
rendered_prompt str
Prompt as sent to the model.
model_output str
Output of the generative model.
model str
Name of the generative model. For example, "gemini-ultra", "gemini-pro", "gemini-1.5-flash" etc. Defaults to "Other" if the model is unknown.