You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model = OpenAIModel(DEPLOYMENT_NAME, openai_client=client)
agent = Agent(model)
result = await agent.run(prompt, result_type=People, model_settings={"tempural": 45})
It should throw an error stating that tempural is not a valid parameter. However, it does not. Can we add some validation/raise an exception if the parameter in model settings is not supported. I can try solving this as well, if someone call tell me which file I should edit.
The text was updated successfully, but these errors were encountered:
When you run the following code:
It should throw an error stating that tempural is not a valid parameter. However, it does not. Can we add some validation/raise an exception if the parameter in model settings is not supported. I can try solving this as well, if someone call tell me which file I should edit.
The text was updated successfully, but these errors were encountered: