Contact Details
No response
π¦ Package Version
0.4.10
ποΈ Framework Version
openai-1.78.0
π Describe the Bug
In the following script, we apply a @agent decorator to the GPTPlayer class. Agent spans don't show in the trace.
https://github.com/areibman/poke-env/blob/master/examples/gpt_player.py
Additionally, we do not have the ability to add supplemental information to agents. Suppose I wanted to name this agent-- I can't! Something like @agent(name="My agent") would be fantastic.
This naming should apply to other decorators as well such as task, workflow, etc.
π€ Contribution
Contact Details
No response
π¦ Package Version
0.4.10
ποΈ Framework Version
openai-1.78.0π Describe the Bug
In the following script, we apply a
@agentdecorator to the GPTPlayer class. Agent spans don't show in the trace.https://github.com/areibman/poke-env/blob/master/examples/gpt_player.py
Additionally, we do not have the ability to add supplemental information to agents. Suppose I wanted to name this agent-- I can't! Something like
@agent(name="My agent")would be fantastic.This naming should apply to other decorators as well such as task, workflow, etc.
π€ Contribution