aymara_ai.types.eval_response_param#

Attributes#

Classes#

EvalResponseParam

dict() -> new empty dictionary

Module Contents#

aymara_ai.types.eval_response_param.Content: typing_extensions.TypeAlias#
class aymara_ai.types.eval_response_param.EvalResponseParam[source]#

Bases: typing_extensions.TypedDict

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s

(key, value) pairs

dict(iterable) -> new dictionary initialized as if via:

d = {} for k, v in iterable:

d[k] = v

dict(**kwargs) -> new dictionary initialized with the name=value pairs

in the keyword argument list. For example: dict(one=1, two=2)

prompt_uuid: typing_extensions.Required[str]#

Unique identifier for the prompt.

ai_refused: bool#

Whether the AI refused to answer the prompt.

content: Content | None#

Content of the AI response or a file reference.

content_type: aymara_ai.types.shared.content_type.ContentType#

Content type for AI interactions.

continue_thread: bool#

Whether to continue the thread after this response.

exclude_from_scoring: bool#

Whether to exclude this response from scoring.

thread_uuid: str | None#

Unique identifier for the thread, if any.

turn_number: int#

1).

Type:

Turn number in the conversation (default