LemonCliRunners.ClaudeSchema.ThinkingBlock (lemon_cli_runners v0.1.0)

View Source

Extended thinking/reasoning block

Summary

Types

t()

@type t() :: %LemonCliRunners.ClaudeSchema.ThinkingBlock{
  signature: String.t() | nil,
  thinking: String.t(),
  type: :thinking
}