Skip to content

Reasoning

Defines the reasoning schema.

Authors

Henry Wicaksono (henry.wicaksono@gdplabs.id)

References

NONE

Reasoning

Bases: BaseModel

Defines a reasoning output when a language model is configured to use reasoning.

Attributes:

Name Type Description
id str

The ID of the reasoning output. Defaults to an empty string.

reasoning str

The reasoning text. Defaults to an empty string.

type str

The type of the reasoning output. Defaults to an empty string.

data str

The additional data of the reasoning output. Defaults to an empty string.