Running Copilot coding agent #349
Annotations
1 error
|
src/ai/devops-agent.test.ts > DevOpsAgentSchema > Complete Configuration > should accept full DevOps agent with all features:
packages/spec/src/ai/devops-agent.test.ts#L533
AssertionError: expected [Function] to not throw an error but '[\n {\n "received": "code_generat…' was thrown
- Expected:
undefined
+ Received:
"[
{
\"received\": \"code_generation\",
\"code\": \"invalid_enum_value\",
\"options\": [
\"action\",
\"flow\",
\"query\",
\"vector_search\"
],
\"path\": [
\"tools\",
0,
\"type\"
],
\"message\": \"Invalid enum value. Expected 'action' | 'flow' | 'query' | 'vector_search', received 'code_generation'\"
},
{
\"received\": \"test_execution\",
\"code\": \"invalid_enum_value\",
\"options\": [
\"action\",
\"flow\",
\"query\",
\"vector_search\"
],
\"path\": [
\"tools\",
1,
\"type\"
],
\"message\": \"Invalid enum value. Expected 'action' | 'flow' | 'query' | 'vector_search', received 'test_execution'\"
}
]"
❯ src/ai/devops-agent.test.ts:533:56
|