pepperoni21 / ollama-rs

A Rust library allowing to interact with the Ollama API.
MIT License
547 stars 81 forks source link

Can the Tool role be in the MessageRole enum? #74

Closed SergioKingOne closed 2 months ago

SergioKingOne commented 2 months ago

Ollama supports 4 roles:

Currently there are only three of them available (system, user, assistant) in the type MessageRole.

Would be nice if it can be added so we can use it when sending messages.