iop/apps/edge/internal/openai
toki 9ecf7f9fef feat: add OpenAI compat stream trace logging
- Add stream trace logging to edge server streamChatCompletion
- Add stream trace logging to node adapter openai_compat provider
- Enable trace via IOP_OPENAI_COMPAT_TRACE_STREAM env var or iop_trace_stream metadata
- Track content, reasoning, tool_calls chunks with think tag detection
2026-07-03 11:54:26 +09:00
..
chat_handler.go feat(edge): tool validation contract and chat completion retry 2026-07-03 05:08:02 +09:00
ollama_passthrough.go
responses_handler.go feat: edge openai handler updates and node provider first config surface 2026-07-01 10:44:48 +09:00
routes.go update: edge/node config and openapi contract changes 2026-06-24 22:03:09 +09:00
run_result.go feat: edge openai handler updates and node provider first config surface 2026-07-01 10:44:48 +09:00
server.go feat: edge openai handler updates and node provider first config surface 2026-07-01 10:44:48 +09:00
server_test.go feat(edge): tool validation contract and chat completion retry 2026-07-03 05:08:02 +09:00
stream.go feat: add OpenAI compat stream trace logging 2026-07-03 11:54:26 +09:00
strict_output.go
tool_validation.go feat(edge): tool validation contract and chat completion retry 2026-07-03 05:08:02 +09:00
types.go fix(openai): store 요청 필드를 호환 처리한다 2026-06-27 23:50:23 +09:00