Ollama doesn't work properly

Debug

stage: done
run:
  pipeline: 01k7xpxhkmb4ez13fzdf801sw2
  language: it
  conversation_id: 01K91SMCHAFN8ER117BNWXWCGR
  runner_data:
    stt_binary_handler_id: null
    timeout: 300
events:
  - type: run-start
    data:
      pipeline: 01k7xpxhkmb4ez13fzdf801sw2
      language: it
      conversation_id: 01K91SMCHAFN8ER117BNWXWCGR
      runner_data:
        stt_binary_handler_id: null
        timeout: 300
    timestamp: "2025-11-02T08:06:10.218402+00:00"
  - type: intent-start
    data:
      engine: conversation.ollama_conversation
      language: it
      intent_input: dimmi qualcosa
      conversation_id: 01K91SMCHAFN8ER117BNWXWCGR
      device_id: null
      satellite_id: null
      prefer_local_intents: true
    timestamp: "2025-11-02T08:06:10.218432+00:00"
  - type: error
    data:
      code: intent-failed
      message: Unexpected error during intent recognition
    timestamp: "2025-11-02T08:06:11.172295+00:00"
  - type: run-end
    data: null
    timestamp: "2025-11-02T08:06:11.172334+00:00"
intent:
  engine: conversation.ollama_conversation
  language: it
  intent_input: dimmi qualcosa
  conversation_id: 01K91SMCHAFN8ER117BNWXWCGR
  device_id: null
  satellite_id: null
  prefer_local_intents: true
  done: false
error:
  code: intent-failed
  message: Unexpected error during intent recognition

I had similar problems. For me it gets fixed until I completely remove ollama from HA and redo the integration.
May this helps

I’ll try. Thanks.