gemini context aggregators

This commit is contained in:
Kwindla Hultman Kramer
2024-10-23 18:44:09 -07:00
parent 07712cdb16
commit e032b0b70a
4 changed files with 430 additions and 18 deletions

View File

@@ -89,7 +89,21 @@ async def main():
},
"required": ["location", "format"],
},
}
},
{
"name": "get_image",
"description": "Get and image from the camera or video stream.",
"parameters": {
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The question to to use when running inference on the acquired image.",
},
},
"required": ["question"],
},
},
]
}
]