claude:TextCompletion
A text completion response from Claude.
Extends: genai:TextCompletion
Extends genai:TextCompletion with Claude-specific response metadata.
Properties
claude:completionId (optional, max 1)
Unique identifier for the completion from Claude API.
Completion may have an ID from Claude API.
The id returned by Claude for this specific completion.
claude:modelUsed (optional, max 1)
The actual Claude model that generated this completion.
Completion may specify which model instance was used.
May differ from requested model due to API routing.