forked from innovacion/Mayacontigo
20 lines
515 B
JSON
20 lines
515 B
JSON
[
|
|
{
|
|
"type": "function",
|
|
"function": {
|
|
"name": "get_information",
|
|
"description": "Search a private repository for information.",
|
|
"parameters": {
|
|
"type": "object",
|
|
"properties": {
|
|
"question": {
|
|
"type": "string",
|
|
"description": "The user question"
|
|
}
|
|
},
|
|
"required": ["question"]
|
|
}
|
|
}
|
|
}
|
|
]
|