You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oxygent/oxy/agents/local_agent.py
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -172,14 +172,9 @@ async def init(self):
172
172
self.llm_model
173
173
].is_multimodal_supported
174
174
ifself.is_multimodal_supported:
175
-
self.input_schema= {
176
-
"properties": {
177
-
"query": {
178
-
"description": "The image path and the query to ask about the images, for example:   What are file 1 and file 2, respectively?"
"The image path and the query to ask about the images, for example:   What are file 1 and file 2, respectively?"
0 commit comments