Operation details
| Field | Value |
|---|---|
| Name | updateProjectAgent |
| Group | Project Primitives |
| Type | Mutation |
| Signature | updateProjectAgent(input: UpdateProjectAgentInput!): ProjectAgentDocument |
Playground
Query
Query
mutation UpdateProjectAgent($input: UpdateProjectAgentInput!) {
updateProjectAgent(input: $input) {
id
name
description
allowedModels
editMode
maxSteps
}
}
Variables
Variables
{
"input": {
"projectId": "",
"agentId": "",
"name": "",
"systemPrompt": ""
}
}