ollama_utils
process_response
Helper function to process the response from Ollama API.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
response
|
dict
|
The response from the Ollama API as a dictionary |
required |
Returns:
| Type | Description |
|---|---|
str
|
The processed response text as a string |