We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe667af commit dab4662Copy full SHA for dab4662
1 file changed
npm-app/src/utils/agent-validation.ts
@@ -21,7 +21,7 @@ export async function validateAgentDefinitionsIfAuthenticated(
21
}
22
23
const response = await fetch(`${websiteUrl}/api/agents/validate`, {
24
- method: 'GET',
+ method: 'POST',
25
headers,
26
body: JSON.stringify({ agentDefinitions }),
27
})
0 commit comments