echolabsdev / prism

A unified interface for working with LLMs in Laravel
https://prism.echolabs.dev
MIT License
570 stars 30 forks source link

Ollama tools support #62

Closed giancarloerra closed 4 hours ago

giancarloerra commented 4 hours ago

Hi all, docs say that tools are not supported for Ollama...but there seem to be some related files in the source/tests.

Is the doc outdated or they're just placeholders for a future implementation?

pushpak1300 commented 4 hours ago

@giancarloerra The tool support is avaibale for Ollama Provider. The feature which is not supported by the Ollama is tool choice which is force llm to use specific tool.

sixlive commented 4 hours ago

Thanks @pushpak1300!

This is correct, tools are supported for Ollama, ->toolChoice is not supported.