Fix CI issues related to missing dependency (#3096)
This commit is contained in:
@@ -165,7 +165,6 @@ class GeminiLLM(LLMBase):
|
||||
if system_instruction:
|
||||
config_params["system_instruction"] = system_instruction
|
||||
|
||||
|
||||
if response_format is not None and response_format["type"] == "json_object":
|
||||
config_params["response_mime_type"] = "application/json"
|
||||
if "schema" in response_format:
|
||||
@@ -175,7 +174,6 @@ class GeminiLLM(LLMBase):
|
||||
formatted_tools = self._reformat_tools(tools)
|
||||
config_params["tools"] = formatted_tools
|
||||
|
||||
|
||||
if tool_choice:
|
||||
if tool_choice == "auto":
|
||||
mode = types.FunctionCallingConfigMode.AUTO
|
||||
|
||||
Reference in New Issue
Block a user