cargo test

This commit is contained in:
Ahmed Ibrahim
2025-07-14 10:41:12 -07:00
parent 39f88bc2f8
commit aeb12fc569

View File

@@ -577,7 +577,7 @@ mod tests {
let messages = body.get("messages").unwrap();
let expected = serde_json::json!([
{"role":"system","content":"You are Codex, an AI assistant."},
{"role":"system","content":prompt.get_full_instructions(&config.model)},
{"role":"user","content":"hi"},
{"role":"assistant","content":"ok"},
{"role":"assistant","tool_calls":[{"id":"c1","type":"function","function":{"name":"foo","arguments":"{}"}}]},