2.6.0

LLMMessage

Package: flyte.ai.agents

Provider-agnostic shape returned by flyte.ai.agents.LLMCallable.

tool_calls follows the OpenAI tool-calling convention; provider-specific callers should normalize to this shape.

Parameters

class LLMMessage(
    content: str | None,
    tool_calls: list[dict[str, Any]] = <factory>,
    raw: Any = None,
)
Parameter Type Description
content str | None
tool_calls list[dict[str, Any]]
raw Any