You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
fix: resolve remaining test failures from pre-push hook
- Fix Ollama parse list models nil handling by adding nil guards
- Fix response capture test expecting string keys in nested message
- Fix pipeline plug tests expecting atom keys instead of string keys
- Fix Gemini Live test parsing issues with mixed key formats
All tests for these specific fixes are now passing.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
{"response_data":{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"Hello! How can I help you today?","role":"assistant"}}],"created":1234567890,"id":"chatcmpl-123","model":"gpt-4","object":"chat.completion","usage":{"completion_tokens":8,"prompt_tokens":10,"total_tokens":18}},"cached_at":"2025-07-06T23:23:45.625362Z","api_version":null,"cache_version":"1.0","request_metadata":{"headers":[],"captured_at":"2025-07-06T23:23:45.624797Z","endpoint":"/v1/chat/completions/test_capture","environment":"test","headers":[],"provider":"test_openai_capture","request_summary":{"model":"gpt-4","temperature":0.7,"max_tokens":100,"messages_count":1},"response_time_ms":523,"status_code":200},"test_context":null}
{"api_version":null,"cache_version":"1.0","cached_at":"2025-07-06T23:35:33.748074Z","request_metadata":{"headers":[],"captured_at":"2025-07-06T23:35:33.747872Z","endpoint":"/v1/chat/completions/test_capture","environment":"test","headers":[],"provider":"test_openai_capture","request_summary":{"model":"gpt-4","max_tokens":100,"temperature":0.7,"messages_count":1},"response_time_ms":523,"status_code":200},"response_data":{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"Hello! How can I help you today?","role":"assistant"}}],"created":1234567890,"id":"chatcmpl-123","model":"gpt-4","object":"chat.completion","usage":{"completion_tokens":8,"prompt_tokens":10,"total_tokens":18}},"test_context":null}
0 commit comments