Rename assistant message to agent message and fix item type field naming (#4610)
Naming cleanup
This commit is contained in:
@@ -33,7 +33,7 @@ describe("Codex", () => {
|
||||
const expectedItems = [
|
||||
{
|
||||
id: expect.any(String),
|
||||
item_type: "assistant_message",
|
||||
type: "agent_message",
|
||||
text: "Hi!",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -45,7 +45,7 @@ describe("Codex", () => {
|
||||
type: "item.completed",
|
||||
item: {
|
||||
id: "item_0",
|
||||
item_type: "assistant_message",
|
||||
type: "agent_message",
|
||||
text: "Hi!",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user