Structs§
- Query
Result - Result from a one-shot query to Claude.
- Token
Usage - Token usage information from a query response.
Functions§
- query
- Perform a one-shot query to Claude Code.
- query_
messages - Perform a one-shot query and return the full message sequence.
- query_
messages_ with_ transport - query_
stream_ messages - Perform a one-shot query from a stream of raw prompt messages.
- query_
stream_ messages_ with_ transport