Closed
Description
Describe the bug
Encountered a TypeError
when calling the create_and_process_run
method of the AgentsOperations
class. The error message clearly states: AgentsOperations.create_and_process_run() missing 1 required keyword-only argument: 'agent_id'
.
To Reproduce
The issue occurs in the 02 - azureaiagent.ipynb
notebook, specifically in the cell executing the following code:
run = project_client.agents.create_and_process_run(
thread_id=thread.id,
assistant_id=agent.id
)
Screenshots
