Hey,
currently I'm defining one of my subagents like this:
"subagent": AgentDefinition(
description="foo",
tools=tools
prompt="bar",
model="haiku",
),
And from the traces I noticed that this uses claude-3-5-haiku-20241022. Would it be possible to allow using haiku 4.5 here instead?
Thanks!
Hey,
currently I'm defining one of my subagents like this:
And from the traces I noticed that this uses
claude-3-5-haiku-20241022. Would it be possible to allow using haiku 4.5 here instead?Thanks!