docs: Update config.py (#885)

This commit is contained in:
Charles Packer
2024-01-21 13:34:54 -08:00
committed by GitHub
parent 41c729d7a0
commit 7209a360bd

View File

@@ -96,9 +96,7 @@ def setup_agents_config_router(server: SyncServer, interface: QueuingInterface):
agent_id: str = Query(..., description="Identifier of the agent whose config is requested."),
):
"""
Retrieve the configuration for a specific agent.
This endpoint fetches the configuration details for a given agent, identified by the user and agent IDs.
Delete an agent.
"""
request = AgentConfigRequest(user_id=user_id, agent_id=agent_id)