Compare commits

...

1 Commits

Author SHA1 Message Date
Chester Curme
57ee1878af trigger CI 2024-08-02 15:18:53 -04:00

View File

@@ -13,7 +13,7 @@ class Schema(BaseModel):
@patch.object(OllamaFunctions, "_create_stream")
def test_convert_image_prompt(
def test_convert_image_prompt( #
_create_stream_mock: Any,
) -> None:
response = {"message": {"content": '{"tool": "Schema", "tool_input": {}}'}}