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