Modify an agent dataset’s name, description, or compatible agents. Use to evolve datasets as agent requirements change.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
AgentDatasetResponse(id: uuid.UUID, name: str, description: Optional[str], compatible_agent_ids: list[uuid.UUID], tags: list[server.api_routes.agent_datasets_api_v2.TagResponse] = None)