plano/crates/llm_gateway
octo-patch 68b452b71a fix: read request_id and traceparent early in on_http_request_headers
Fixes #643

Move request_id and traceparent initialization to the start of
on_http_request_headers so that all subsequent log messages within
the same handler (including select_llm_provider) carry the correct
request ID instead of showing 'no_request_id'.
2026-04-08 12:51:05 +08:00
..
src fix: read request_id and traceparent early in on_http_request_headers 2026-04-08 12:51:05 +08:00
Cargo.toml Add support for Amazon Bedrock Converse and ConverseStream (#588) 2025-10-22 11:31:21 -07:00