From 709a89d88f5382f0617e2b0d49dc497d66e278f3 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 17 Apr 2025 23:08:38 +0900 Subject: [PATCH] chore: update task.yaml (#237) ouput -> output --- codex-cli/examples/build-codex-demo/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-cli/examples/build-codex-demo/task.yaml b/codex-cli/examples/build-codex-demo/task.yaml index 7b3cad55..d18cc91f 100644 --- a/codex-cli/examples/build-codex-demo/task.yaml +++ b/codex-cli/examples/build-codex-demo/task.yaml @@ -13,7 +13,7 @@ description: | - Append each assistant and user message to preserve context across turns - Errors are displayed to user gracefully - Ensure there is a fixed layout is responsive and faithful to the screenshot design - - Be sure to parse the ouput from OpenAI call to strip the ```html tags code is returned within + - Be sure to parse the output from OpenAI call to strip the ```html tags code is returned within - Use the system prompt shared in the API call below to ensure the AI only returns HTML Support a simple local backend that can: