mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-08 17:59:01 -05:00
[GH-ISSUE #381] Bug: Incorrect working directory specified for OpenAI agent test command #3145
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lushaorong on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/381
Description
The documentation provides incorrect instructions for running the OpenAI agent test, specifying the wrong working directory. This causes the command to fail because it cannot locate the agent configuration files properly.
Location
ai_agent_framework_crash_course/google_adk_crash_course/2_model_agnostic_agent/README.mdCurrent Behavior
The docs instruct users to:
Expected Behavior
@Shubhamsaboo commented on GitHub (Nov 13, 2025):
Thanks. Fixed in this commit:
6ac9fd3f98