Claudex.ContentBlock.RedactedThinking (Claudex v0.6.1)

Copy Markdown View Source

A thinking step Claude redacted for safety. data is opaque and encrypted — there's nothing to read here. Pass it back to the API unchanged when continuing the conversation: dropping one of these from an assistant message you echo back is a 400.

Summary

Functions

Turns the block back into the map the API expects in a request.

Types

t()

@type t() :: %Claudex.ContentBlock.RedactedThinking{data: String.t()}

Functions

to_param(block)

@spec to_param(t()) :: map()

Turns the block back into the map the API expects in a request.