Skip to content
Repo

ParsedResponse

from modal_training_gym.common.models.base import ParsedResponse

Structured result of parsing raw model output.

Attributes

content str

Default: ""

tool_calls list[ToolCall]

Default: []

thinking str | None