struct

Finfry::AI::Turn

Inherits Struct < Value < Object

One model turn: text it emitted, tool calls it made, and whether it's done.

Constructors

new(text : String, tool_calls : Array(Finfry::AI::ToolCall), done : Bool)
Source

Instance methods

done?
Source
text
Source
tool_calls
Source