Skip to main content

Module side_query

Module side_query 

Source
Expand description

Side query - lightweight non-streaming API call wrapper.

Structs§

SideQueryMemorySelection
Parsed memory selection result from side query response.
SideQueryOptions
Configuration for a side query request.

Functions§

side_query
Execute a side query (non-streaming API call) with Anthropic-compatible format.
side_query_simple
Execute a side query with OpenAI-compatible format.
side_query_with_tools
Execute a side query with tool support.