Module token_response

Module token_response 

Source
Expand description

Token response utilities Token-based response resolution for HTTP handlers

This module integrates the token resolver with HTTP response generation.

Structs§

TokenResolvedResponse
Token-resolved JSON response builder

Functions§

create_token_resolved_response
Create an HTTP response with token resolution
resolve_response_tokens
Resolve tokens in a JSON response body
resolve_response_tokens_with_rag
Resolve tokens in a JSON response body with RAG support