Rename assistant message to agent message and fix item type field naming (#4610)

Naming cleanup
This commit is contained in:
pakrym-oai
2025-10-02 15:07:14 -07:00
committed by GitHub
parent 138be0fd73
commit c405d8c06c
9 changed files with 26 additions and 26 deletions

View File

@@ -33,7 +33,7 @@ describe("Codex", () => {
const expectedItems = [
{
id: expect.any(String),
item_type: "assistant_message",
type: "agent_message",
text: "Hi!",
},
];

View File

@@ -45,7 +45,7 @@ describe("Codex", () => {
type: "item.completed",
item: {
id: "item_0",
item_type: "assistant_message",
type: "agent_message",
text: "Hi!",
},
},