trustgraph/trustgraph-flow/trustgraph
cybermaggedon 20204d87c3
Fix OpenAI compatibility issues for newer models and Azure config (#727)
Use max_completion_tokens for OpenAI and Azure OpenAI providers:
The OpenAI API deprecated max_tokens in favor of
max_completion_tokens for chat completions. Newer models
(gpt-4o, o1, o3) reject the old parameter with a 400 error.

AZURE_API_VERSION env var now overrides the default API version:
(falls back to 2024-12-01-preview).

Update tests to test for expected structures
2026-03-28 11:19:45 +00:00
..
agent Fix stray log messages caused by librarian messages (#706) 2026-03-23 13:16:39 +00:00
chunking Use UUID-based URNs for page and chunk IDs (#703) 2026-03-21 21:17:03 +00:00
config/service Fix config inconsistency (#609) 2026-01-14 12:31:40 +00:00
cores Fixed flows/flow key issue in config (#616) 2026-01-16 00:10:44 +00:00
decoding Fix stray log messages caused by librarian messages (#706) 2026-03-23 13:16:39 +00:00
direct Fix Cassandra schema and graph filter semantics (#680) 2026-03-10 12:52:51 +00:00
embeddings Embeddings API scores (#671) 2026-03-09 10:53:44 +00:00
external Implement logging strategy (#444) 2025-07-30 23:18:38 +01:00
extract Remove schema:subjectOf edges from KG extraction (#695) 2026-03-13 12:11:21 +00:00
gateway Fix websocket error responses in Mux dispatcher (#726) 2026-03-28 10:58:28 +00:00
librarian Add universal document decoder with multi-format support (#705) 2026-03-23 12:56:35 +00:00
metering Fix config inconsistency (#609) 2026-01-14 12:31:40 +00:00
model Fix OpenAI compatibility issues for newer models and Azure config (#727) 2026-03-28 11:19:45 +00:00
processing Fix/startup failure (#445) 2025-07-30 23:42:11 +01:00
prompt Feature/streaming llm phase 1 (#566) 2025-11-26 09:59:10 +00:00
query Fix ontology RAG pipeline + add query concurrency (#691) 2026-03-12 11:34:42 +00:00
retrieval Fix stray log messages caused by librarian messages (#706) 2026-03-23 13:16:39 +00:00
rev_gateway Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
storage Embeddings API scores (#671) 2026-03-09 10:53:44 +00:00
tables The id field in pipeline Metadata was being overwritten at each processing (#686) 2026-03-11 12:16:39 +00:00
template Feature/prompts jsonl (#619) 2026-01-26 17:38:00 +00:00
tool_service Tool services - dynamically pluggable tool implementations for agent frameworks (#658) 2026-03-04 14:51:32 +00:00
__init__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00