Anthropic Agent
{
"type": "object",
"properties": {
"model": {
"type": "string"
},
"system": {
"type": "string"
},
"max_tokens": {
"type": "number"
},
"temperature": {
"type": "number"
},
"prompt": {
"type": "string",
"description": "query string"
},
"messages": {
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
},
{
"type": "object"
},
{
"type": "array"
}
],
"description": "chat messages"
}
}
}
{
"type": "object"
}
Receptron team
https://github.com/receptron/graphai
MIT