Skip to content

Tool-calls not working with local Ollama modelsย #471

@heesuju

Description

@heesuju

Hello,
I am trying to make an AI agent that plans out tasks according to the user's query similar to Manus AI.

As a test, I made a workflow with only one task using GPT-4o.
This task makes a to-do list and saves it as a text file.
This works perfectly fine until I changed to a local ollama model.

I tried using 'qwen2.5:32b-instruct' and 'qwen3:32b', but the tool-call required to output the text file is not called.
The process terminates right after generating the to-do list, skipping the output step entirely.

Upon closer inspection, I found that no tools were available when praisonai outputs the instruction.
If possible, I would like to know the reason or possible solutions to this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions