forked from innovacion/Mayacontigo
ic
This commit is contained in:
19
apps/ocp/api/agent/tools.json
Normal file
19
apps/ocp/api/agent/tools.json
Normal file
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user