mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-22 16:23:08 +00:00
refactor(agent): drop AgentToolGroup for responses tools
This commit is contained in:
parent
c56b2deb7d
commit
ce44b9d6f6
12 changed files with 4051 additions and 4225 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue