mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
feat: remoe codex references after merging of main branch
This commit is contained in:
23
apps/server/tests/fixtures/messages.ts
vendored
23
apps/server/tests/fixtures/messages.ts
vendored
@@ -37,26 +37,3 @@ export const claudeProviderMessageFixture: ProviderMessage = {
|
||||
},
|
||||
};
|
||||
|
||||
export const codexThinkingMessageFixture = {
|
||||
type: "item.completed",
|
||||
item: {
|
||||
type: "reasoning",
|
||||
text: "I need to analyze the problem first...",
|
||||
},
|
||||
};
|
||||
|
||||
export const codexCommandExecutionFixture = {
|
||||
type: "item.completed",
|
||||
item: {
|
||||
type: "command_execution",
|
||||
command: "ls -la",
|
||||
aggregated_output: "total 12\ndrwxr-xr-x 3 user user 4096 Dec 13",
|
||||
},
|
||||
};
|
||||
|
||||
export const codexErrorFixture = {
|
||||
type: "error",
|
||||
data: {
|
||||
message: "Authentication failed",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user