refactor(agent): drop AgentToolGroup for responses tools

This commit is contained in:
Ashwin Bharambe 2025-10-10 13:43:43 -07:00
parent c56b2deb7d
commit ce44b9d6f6
12 changed files with 4051 additions and 4225 deletions

View file

@ -74,7 +74,13 @@ def sample_agent_config():
max_output_tokens=0,
input_shields=["string"],
output_shields=["string"],
toolgroups=["mcp::my_mcp_server"],
tools=[
{
"type": "mcp",
"server_label": "my_mcp_server",
"server_url": "http://example.com/mcp",
}
],
client_tools=[
{
"type": "function",