n8n-nodes-base
Version:
Base nodes of n8n
58 lines (57 loc) • 1.77 kB
JSON
{
"type": "object",
"properties": {
"finish_reason": {
"type": "string"
},
"index": {
"type": "integer"
},
"logprobs": {
"type": "null"
},
"message": {
"type": "object",
"properties": {
"annotations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"url_citation": {
"type": "object",
"properties": {
"end_index": {
"type": "integer"
},
"start_index": {
"type": "integer"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
}
}
}
}
},
"content": {
"type": "string"
},
"refusal": {
"type": "null"
},
"role": {
"type": "string"
}
}
}
},
"version": 5
}