Последняя активность 1728945862

Версия 42bec7a314dc4a142a687cbd0b10a6d78fcff3e3

Swarm-readme-8.md Исходник
Field Type Description Default
name str The name of the agent. "Agent"
model str The model to be used by the agent. "gpt-4o"
instructions str or func() -> str Instructions for the agent, can be a string or a callable returning a string. "You are a helpful agent."
functions List A list of functions that the agent can call. []
tool_choice str The tool choice for the agent, if any. None