-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs: clarify usage of name
and instructions
fields in README
#1331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: clarify usage of name
and instructions
fields in README
#1331
Conversation
ame and instructions in Agent
ame and instructions in README
README.md
Outdated
@@ -168,6 +168,13 @@ print(result.final_output) | |||
|
|||
(_For Jupyter notebook users, see [hello_world_jupyter.ipynb](examples/basic/hello_world_jupyter.ipynb)_) | |||
|
|||
### Note on `name` vs `instructions` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think having a new section for this on README is the best way to tell this. How about adding a simple line comment to the above code snippet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixit
name
and instructions
fields in Agent constructor Fix agent docsname
and instructions
fields in README
it's soo great because instruction is optional and name is required it's soo great idea i also want to do this add |
This pull request improves the documentation by clarifying the difference between the name and instructions parameters in the Agent constructor.
These small additions help new users better understand how to define their agent’s identity and behavior.