Learn how to work with conversation data and user information
context
parameter provides access to conversation data and user information in your agent functions:
context.messages
follows the OpenAI message format:
context.user
:
agent.run()
.context.user
object contains the decoded user information