Dagger.LLMContentBlockInput (dagger v1.0.0-beta.13)

Copy Markdown View Source

A content block within an LLM message.

Summary

Types

t()

@type t() :: %Dagger.LLMContentBlockInput{
  arguments: Dagger.JSON.t() | nil,
  call_id: String.t() | nil,
  errored: boolean() | nil,
  kind: Dagger.LLMContentBlockKind.t(),
  signature: String.t() | nil,
  text: String.t() | nil,
  tool_name: String.t() | nil
}