Error
A valid request URL is required to generate request examples{
"results": {
"prompts": [
{
"createdAt": "2023-11-07T05:31:56Z",
"evalPromptUuid": "<string>",
"expectedResponse": "<string>",
"prompt": "<string>",
"type": "string"
}
],
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"title": "<string>",
"agentUuid": "<string>",
"evalUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Post apiv1projects aiagents evaluations append
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
evaluations
/
{evalUuid}
/
append
Error
A valid request URL is required to generate request examples{
"results": {
"prompts": [
{
"createdAt": "2023-11-07T05:31:56Z",
"evalPromptUuid": "<string>",
"expectedResponse": "<string>",
"prompt": "<string>",
"type": "string"
}
],
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"title": "<string>",
"agentUuid": "<string>",
"evalUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
Represents a prompt for evaluation that can be either:
- An object with a prompt string for new prompts
- An object referencing an existing prompt and thread by their UUIDs
- Option 1
- Option 2
Show child attributes
Show child attributes
Was this page helpful?