-
Notifications
You must be signed in to change notification settings - Fork 111
Description
I can't seem to get a response from the brave search. I added a debug to take a look at the payload use in the URL as a String and i get to see that there is the retrieval information from the tool, however when interacting thought the LLM to return the result it trows an error in the second fetch task:
`Enter your prompt (or 'list-tools' or 'quit'): brave web search about venezuela
22:30:14 INFO: LLMBridge - Processing user input...
22:30:14 DEBUG: LLMBridge - Detected tool brave_web_search via keyword: brave web search
22:30:14 INFO: LLMBridge - Detected tool: brave_web_search
22:30:14 DEBUG: LLMBridge - Using tool-specific instructions:
22:30:14 INFO: LLMBridge - Sending message to LLM...
22:30:14 DEBUG: LLMBridge - Starting new Ollama instance...
22:30:14 DEBUG: LLMBridge - Waiting for Ollama to start (attempt 1/10)...
22:30:14 DEBUG: LLMBridge - Ollama stderr:
22:30:14 DEBUG: LLMBridge - Ollama stderr:
22:30:14 DEBUG: LLMBridge - Ollama stderr:
22:30:14 DEBUG: LLMBridge - Ollama stderr:
22:30:14 DEBUG: LLMBridge - Ollama stderr:
22:30:14 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Testing connection to Ollama...
22:30:15 DEBUG: LLMBridge - Ollama stdout:
22:30:15 DEBUG: LLMBridge - Ollama connection test successful:
22:30:15 DEBUG: LLMBridge - Ollama is ready and responding
22:30:15 DEBUG: LLMBridge - Detected tool brave_web_search via keyword: brave web search
22:30:15 DEBUG: LLMBridge - Detected tool from registry: brave_web_search
22:30:15 DEBUG: LLMBridge - Preparing to send prompt: brave web search about venezuela
22:30:15 DEBUG: LLMBridge - Added format schema for tool:
22:30:15 DEBUG: LLMBridge - Schema:
22:30:15 DEBUG: LLMBridge - Preparing Ollama request with payload2:
22:30:15 DEBUG: LLMBridge - Sending request to Ollama...
22:30:15 DEBUG: LLMBridge - USING URL: http://127.0.0.1:11434/api/chat with {"model":"qwen2.5-coder:7b-instruct","messages":[{"role":"system","content":"When using the brave_web_search tool, respond with ONLY this JSON format:\n{\n "name": "brave_web_search",\n "arguments": {\n "query": "search query",\n "count": 1,\n "offset": 1\n},\n "thoughts": "Explanation of why you're using this tool"\n}"},{"role":"user","content":"brave web search about venezuela"}],"stream":false,"options":{"temperature":0.7,"num_predict":1000},"format":{"type":"object","properties":{"name":{"type":"string","const":"brave_web_search"},"arguments":{"type":"object","properties":{"query":{"type":"string","description":"Search query (max 400 chars, 50 words)"},"count":{"type":"number","minimum":1,"maximum":20,"default":10}},"required":["query"]},"thoughts":{"type":"string","description":"Your thoughts about using this tool"}},"required":["name","arguments","thoughts"]}}
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:15 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:16 DEBUG: LLMBridge - Ollama stderr:
22:30:17 DEBUG: LLMBridge - Ollama stderr:
22:30:17 DEBUG: LLMBridge - Ollama stderr:
22:30:17 DEBUG: LLMBridge - Ollama stderr:
22:30:17 DEBUG: LLMBridge - Ollama stderr:
22:30:18 DEBUG: LLMBridge - Ollama stderr:
22:30:20 DEBUG: LLMBridge - Ollama stdout:
22:30:20 DEBUG: LLMBridge - Response received from Ollama, parsing...
22:30:20 DEBUG: LLMBridge - Parsed response:
22:30:20 DEBUG: LLMBridge - Parsed structured tool call:
22:30:20 DEBUG: LLMBridge - Cleaning up Ollama process...
22:30:20 DEBUG: LLMBridge - Starting Ollama cleanup process...
22:30:20 DEBUG: LLMBridge - Attempting to kill Ollama by process name...
22:30:20 DEBUG: LLMBridge - Taskkill output:
22:30:20 DEBUG: LLMBridge - Checking for processes on port 11434...
22:30:20 DEBUG: LLMBridge - Killing process with PID 31796...
22:30:20 DEBUG: LLMBridge - No processes found on port 11434
22:30:22 DEBUG: LLMBridge - Ollama cleanup process completed
22:30:22 INFO: LLMBridge - LLM response received, isToolCall: true
22:30:22 DEBUG: LLMBridge - Raw LLM response:
22:30:22 INFO: LLMBridge - Processing 1 tool calls
22:30:22 DEBUG: LLMBridge - [MCP] Looking up tool name: brave_web_search
22:30:22 INFO: LLMBridge - [MCP] About to call MCP tool: brave_web_search
22:30:22 INFO: LLMBridge - [MCP] Tool arguments prepared: {"query":"information about Venezuela","count":10}
22:30:22 DEBUG: LLMBridge - [MCP Client] Calling tool 'brave_web_search' with args: {"query":"information about Venezuela","count":10}
22:30:22 DEBUG: LLMBridge - [MCP Client] Sending tool call request...
22:30:22 DEBUG: LLMBridge - [MCP Client] Sending message: {"jsonrpc":"2.0","method":"tools/call","params":{"name":"brave_web_search","arguments":{"query":"information about Venezuela","count":10}},"id":4}
22:30:22 INFO: LLMBridge - [MCP] Sending call to MCP...
22:30:23 DEBUG: LLMBridge - [MCP Client] Received raw data: {"result":{"content":[{"type":"text","text":"Title: Venezuela | Economy, Map, Capital, Collapse, & Facts | Britannica\nDescription: Venezuela, country located at the northern end of South America, occupying a roughly triangular area. Venezuela is bounded by the Caribbean Sea and the Atlantic Ocean to the north, Guyana to the east, Brazil to the south, and Colombia to the southwest and west. The national capital is Caracas.\nURL: https://www.britannica.com/place/Venezuela\n\nTitle: Venezuela: Introduction\nDescription: In Venezuela, a meteorological phenomenon where lightning repeatedly strikes, occurs where Catatumbo River and Lake Maracaibo meet. ... How Do I... Locate a variety of international business resources? ... Due to political unrest, the information on these pages may not reflect current conditions ...\nURL: https://globaledge.msu.edu/countries/venezuela\n\nTitle: Venezuela - Wikipedia\nDescription: Venezuela is among the top 20 countries in terms of endemism. Among its animals, 23% of reptilian and 50% of amphibian species, including the Trinidad poison frog, are endemic. Although the available information is still very small, a first effort has been made to estimate the number of fungal ...\nURL: https://en.wikipedia.org/wiki/Venezuela\n\nTitle: Venezuela General Information | Country Profile | Legal Advice | Proelium Law LLP\nDescription: Learn about the country profile of Venezuela, including its capital city Caracas, official language Spanish, religion and currency.\nURL: https://proeliumlaw.com/venezuela-general-information/\n\nTitle: Venezuela - Kids | Britannica Kids | Homework Help\nDescription: Venezuela is a country on the northern coast of South America. In the 1800s Venezuela led the fight for South America’s independence from Spain. The capital of Venezuela is…\nURL: https://kids.britannica.com/kids/article/Venezuela/345816\n\nTitle: Venezuela - United States Department of State\nDescription: In November 2021, during the regional ... users from accessing information about the elections. In January, VE Sin Filtro documented a significant increase in internet blockings targeting media outlets Efecto Cocuyo, Cronica Uno, and EVTV Miami. Venezuela sin Filtro also registered ...\nURL: https://www.state.gov/reports/2022-country-reports-on-human-rights-practices/venezuela/\n\nTitle: MetLink - Royal Meteorological Society Country Background Information: Venezuela -\nDescription: Country Background Information: Venezuela for Climate Negotiations\nURL: https://www.metlink.org/resource/country-background-information-venezuela/\n\nTitle: Venezuela, RB - Summary | Climate Change Knowledge Portal\nDescription: This page presents high-level information for Venezuela, RB's climate zones and its seasonal cycle for mean temperature and precipitation for the latest climatology, 1991-2020. Climate zone classifications are derived from the Köppen-Geiger climate classification system, which divides climates ...\nURL: https://climateknowledgeportal.worldbank.org/country/venezuela-rb\n\nTitle: Venezuela | Culture, Facts & Travel | - CountryReports\nDescription: Venezuela in depth country profile. Unique hard to find content on Venezuela. Includes customs, culture, history, geography, economy current events, photos, video, and more.\nURL: https://www.countryreports.org/country/Venezuela.htm\n\nTitle: Venezuela: the Council's response to the crisis - Consilium\nDescription: To get more information about these cookies, how and why we use them and how you can change your settings, check our cookies policy page. Read more I accept cookies I refuse cookies ... Apart from the sanctions it has introduced since November 2017, the EU also provides humanitarian assistance to support the citizens of Venezuela...\nURL: https://www.consilium.europa.eu/en/policies/venezuela/"}],"isError":false},"jsonrpc":"2.0","id":4}
22:30:23 DEBUG: LLMBridge - [MCP Client] Parsed message: {"result":{"content":[{"type":"text","text":"Title: Venezuela | Economy, Map, Capital, Collapse, & Facts | Britannica\nDescription: Venezuela, country located at the northern end of South America, occupying a roughly triangular area. Venezuela is bounded by the Caribbean Sea and the Atlantic Ocean to the north, Guyana to the east, Brazil to the south, and Colombia to the southwest and west. The national capital is Caracas.\nURL: https://www.britannica.com/place/Venezuela\n\nTitle: Venezuela: Introduction\nDescription: In Venezuela, a meteorological phenomenon where lightning repeatedly strikes, occurs where Catatumbo River and Lake Maracaibo meet. ... How Do I... Locate a variety of international business resources? ... Due to political unrest, the information on these pages may not reflect current conditions ...\nURL: https://globaledge.msu.edu/countries/venezuela\n\nTitle: Venezuela - Wikipedia\nDescription: Venezuela is among the top 20 countries in terms of endemism. Among its animals, 23% of reptilian and 50% of amphibian species, including the Trinidad poison frog, are endemic. Although the available information is still very small, a first effort has been made to estimate the number of fungal ...\nURL: https://en.wikipedia.org/wiki/Venezuela\n\nTitle: Venezuela General Information | Country Profile | Legal Advice | Proelium Law LLP\nDescription: Learn about the country profile of Venezuela, including its capital city Caracas, official language Spanish, religion and currency.\nURL: https://proeliumlaw.com/venezuela-general-information/\n\nTitle: Venezuela - Kids | Britannica Kids | Homework Help\nDescription: Venezuela is a country on the northern coast of South America. In the 1800s Venezuela led the fight for South America’s independence from Spain. The capital of Venezuela is…\nURL: https://kids.britannica.com/kids/article/Venezuela/345816\n\nTitle: Venezuela - United States Department of State\nDescription: In November 2021, during the regional ... users from accessing information about the elections. In January, VE Sin Filtro documented a significant increase in internet blockings targeting media outlets Efecto Cocuyo, Cronica Uno, and EVTV Miami. Venezuela sin Filtro also registered ...\nURL: https://www.state.gov/reports/2022-country-reports-on-human-rights-practices/venezuela/\n\nTitle: MetLink - Royal Meteorological Society Country Background Information: Venezuela -\nDescription: Country Background Information: Venezuela for Climate Negotiations\nURL: https://www.metlink.org/resource/country-background-information-venezuela/\n\nTitle: Venezuela, RB - Summary | Climate Change Knowledge Portal\nDescription: This page presents high-level information for Venezuela, RB's climate zones and its seasonal cycle for mean temperature and precipitation for the latest climatology, 1991-2020. Climate zone classifications are derived from the Köppen-Geiger climate classification system, which divides climates ...\nURL: https://climateknowledgeportal.worldbank.org/country/venezuela-rb\n\nTitle: Venezuela | Culture, Facts & Travel | - CountryReports\nDescription: Venezuela in depth country profile. Unique hard to find content on Venezuela. Includes customs, culture, history, geography, economy current events, photos, video, and more.\nURL: https://www.countryreports.org/country/Venezuela.htm\n\nTitle: Venezuela: the Council's response to the crisis - Consilium\nDescription: To get more information about these cookies, how and why we use them and how you can change your settings, check our cookies policy page. Read more I accept cookies I refuse cookies ... Apart from the sanctions it has introduced since November 2017, the EU also provides humanitarian assistance to support the citizens of Venezuela...\nURL: https://www.consilium.europa.eu/en/policies/venezuela/"}],"isError":false},"jsonrpc":"2.0","id":4}
22:30:23 DEBUG: LLMBridge - [MCP Client] Message success: {"content":[{"type":"text","text":"Title: Venezuela | Economy, Map, Capital, Collapse, & Facts | Britannica\nDescription: Venezuela, country located at the northern end of South America, occupying a roughly triangular area. Venezuela is bounded by the Caribbean Sea and the Atlantic Ocean to the north, Guyana to the east, Brazil to the south, and Colombia to the southwest and west. The national capital is Caracas.\nURL: https://www.britannica.com/place/Venezuela\n\nTitle: Venezuela: Introduction\nDescription: In Venezuela, a meteorological phenomenon where lightning repeatedly strikes, occurs where Catatumbo River and Lake Maracaibo meet. ... How Do I... Locate a variety of international business resources? ... Due to political unrest, the information on these pages may not reflect current conditions ...\nURL: https://globaledge.msu.edu/countries/venezuela\n\nTitle: Venezuela - Wikipedia\nDescription: Venezuela is among the top 20 countries in terms of endemism. Among its animals, 23% of reptilian and 50% of amphibian species, including the Trinidad poison frog, are endemic. Although the available information is still very small, a first effort has been made to estimate the number of fungal ...\nURL: https://en.wikipedia.org/wiki/Venezuela\n\nTitle: Venezuela General Information | Country Profile | Legal Advice | Proelium Law LLP\nDescription: Learn about the country profile of Venezuela, including its capital city Caracas, official language Spanish, religion and currency.\nURL: https://proeliumlaw.com/venezuela-general-information/\n\nTitle: Venezuela - Kids | Britannica Kids | Homework Help\nDescription: Venezuela is a country on the northern coast of South America. In the 1800s Venezuela led the fight for South America’s independence from Spain. The capital of Venezuela is…\nURL: https://kids.britannica.com/kids/article/Venezuela/345816\n\nTitle: Venezuela - United States Department of State\nDescription: In November 2021, during the regional ... users from accessing information about the elections. In January, VE Sin Filtro documented a significant increase in internet blockings targeting media outlets Efecto Cocuyo, Cronica Uno, and EVTV Miami. Venezuela sin Filtro also registered ...\nURL: https://www.state.gov/reports/2022-country-reports-on-human-rights-practices/venezuela/\n\nTitle: MetLink - Royal Meteorological Society Country Background Information: Venezuela -\nDescription: Country Background Information: Venezuela for Climate Negotiations\nURL: https://www.metlink.org/resource/country-background-information-venezuela/\n\nTitle: Venezuela, RB - Summary | Climate Change Knowledge Portal\nDescription: This page presents high-level information for Venezuela, RB's climate zones and its seasonal cycle for mean temperature and precipitation for the latest climatology, 1991-2020. Climate zone classifications are derived from the Köppen-Geiger climate classification system, which divides climates ...\nURL: https://climateknowledgeportal.worldbank.org/country/venezuela-rb\n\nTitle: Venezuela | Culture, Facts & Travel | - CountryReports\nDescription: Venezuela in depth country profile. Unique hard to find content on Venezuela. Includes customs, culture, history, geography, economy current events, photos, video, and more.\nURL: https://www.countryreports.org/country/Venezuela.htm\n\nTitle: Venezuela: the Council's response to the crisis - Consilium\nDescription: To get more information about these cookies, how and why we use them and how you can change your settings, check our cookies policy page. Read more I accept cookies I refuse cookies ... Apart from the sanctions it has introduced since November 2017, the EU also provides humanitarian assistance to support the citizens of Venezuela...\nURL: https://www.consilium.europa.eu/en/policies/venezuela/"}],"isError":false}
22:30:23 DEBUG: LLMBridge - [MCP Client] Tool call response: {"content":[{"type":"text","text":"Title: Venezuela | Economy, Map, Capital, Collapse, & Facts | Britannica\nDescription: Venezuela, country located at the northern end of South America, occupying a roughly triangular area. Venezuela is bounded by the Caribbean Sea and the Atlantic Ocean to the north, Guyana to the east, Brazil to the south, and Colombia to the southwest and west. The national capital is Caracas.\nURL: https://www.britannica.com/place/Venezuela\n\nTitle: Venezuela: Introduction\nDescription: In Venezuela, a meteorological phenomenon where lightning repeatedly strikes, occurs where Catatumbo River and Lake Maracaibo meet. ... How Do I... Locate a variety of international business resources? ... Due to political unrest, the information on these pages may not reflect current conditions ...\nURL: https://globaledge.msu.edu/countries/venezuela\n\nTitle: Venezuela - Wikipedia\nDescription: Venezuela is among the top 20 countries in terms of endemism. Among its animals, 23% of reptilian and 50% of amphibian species, including the Trinidad poison frog, are endemic. Although the available information is still very small, a first effort has been made to estimate the number of fungal ...\nURL: https://en.wikipedia.org/wiki/Venezuela\n\nTitle: Venezuela General Information | Country Profile | Legal Advice | Proelium Law LLP\nDescription: Learn about the country profile of Venezuela, including its capital city Caracas, official language Spanish, religion and currency.\nURL: https://proeliumlaw.com/venezuela-general-information/\n\nTitle: Venezuela - Kids | Britannica Kids | Homework Help\nDescription: Venezuela is a country on the northern coast of South America. In the 1800s Venezuela led the fight for South America’s independence from Spain. The capital of Venezuela is…\nURL: https://kids.britannica.com/kids/article/Venezuela/345816\n\nTitle: Venezuela - United States Department of State\nDescription: In November 2021, during the regional ... users from accessing information about the elections. In January, VE Sin Filtro documented a significant increase in internet blockings targeting media outlets Efecto Cocuyo, Cronica Uno, and EVTV Miami. Venezuela sin Filtro also registered ...\nURL: https://www.state.gov/reports/2022-country-reports-on-human-rights-practices/venezuela/\n\nTitle: MetLink - Royal Meteorological Society Country Background Information: Venezuela -\nDescription: Country Background Information: Venezuela for Climate Negotiations\nURL: https://www.metlink.org/resource/country-background-information-venezuela/\n\nTitle: Venezuela, RB - Summary | Climate Change Knowledge Portal\nDescription: This page presents high-level information for Venezuela, RB's climate zones and its seasonal cycle for mean temperature and precipitation for the latest climatology, 1991-2020. Climate zone classifications are derived from the Köppen-Geiger climate classification system, which divides climates ...\nURL: https://climateknowledgeportal.worldbank.org/country/venezuela-rb\n\nTitle: Venezuela | Culture, Facts & Travel | - CountryReports\nDescription: Venezuela in depth country profile. Unique hard to find content on Venezuela. Includes customs, culture, history, geography, economy current events, photos, video, and more.\nURL: https://www.countryreports.org/country/Venezuela.htm\n\nTitle: Venezuela: the Council's response to the crisis - Consilium\nDescription: To get more information about these cookies, how and why we use them and how you can change your settings, check our cookies policy page. Read more I accept cookies I refuse cookies ... Apart from the sanctions it has introduced since November 2017, the EU also provides humanitarian assistance to support the citizens of Venezuela...\nURL: https://www.consilium.europa.eu/en/policies/venezuela/"}],"isError":false}
22:30:23 INFO: LLMBridge - [MCP] Received response from MCP
22:30:23 DEBUG: LLMBridge - [MCP] Tool result:
22:30:23 INFO: LLMBridge - Tool calls completed, sending results back to LLM
22:30:23 DEBUG: LLMBridge - Added format schema for tool:
22:30:23 DEBUG: LLMBridge - Schema:
22:30:23 DEBUG: LLMBridge - Preparing Ollama request with payload2:
22:30:23 DEBUG: LLMBridge - Sending request to Ollama...
22:30:23 DEBUG: LLMBridge - USING URL: http://127.0.0.1:11434/api/chat with {"model":"qwen2.5-coder:7b-instruct","messages":[{"role":"system","content":"When using the brave_web_search tool, respond with ONLY this JSON format:\n{\n "name": "brave_web_search",\n "arguments": {\n "query": "search query",\n "count": 1,\n "offset": 1\n},\n "thoughts": "Explanation of why you're using this tool"\n}"},{"role":"user","content":"brave web search about venezuela"},{"role":"assistant","content":"I'm using this tool to gather comprehensive information about Venezuela, including its history, current state, economy, and social issues. The count is set to 10 to ensure a variety of sources are considered."},{"role":"tool","content":"Title: Venezuela | Economy, Map, Capital, Collapse, & Facts | Britannica\nDescription: Venezuela, country located at the northern end of South America, occupying a roughly triangular area. Venezuela is bounded by the Caribbean Sea and the Atlantic Ocean to the north, Guyana to the east, Brazil to the south, and Colombia to the southwest and west. The national capital is Caracas.\nURL: https://www.britannica.com/place/Venezuela\n\nTitle: Venezuela: Introduction\nDescription: In Venezuela, a meteorological phenomenon where lightning repeatedly strikes, occurs where Catatumbo River and Lake Maracaibo meet. ... How Do I... Locate a variety of international business resources? ... Due to political unrest, the information on these pages may not reflect current conditions ...\nURL: https://globaledge.msu.edu/countries/venezuela\n\nTitle: Venezuela - Wikipedia\nDescription: Venezuela is among the top 20 countries in terms of endemism. Among its animals, 23% of reptilian and 50% of amphibian species, including the Trinidad poison frog, are endemic. Although the available information is still very small, a first effort has been made to estimate the number of fungal ...\nURL: https://en.wikipedia.org/wiki/Venezuela\n\nTitle: Venezuela General Information | Country Profile | Legal Advice | Proelium Law LLP\nDescription: Learn about the country profile of Venezuela, including its capital city Caracas, official language Spanish, religion and currency.\nURL: https://proeliumlaw.com/venezuela-general-information/\n\nTitle: Venezuela - Kids | Britannica Kids | Homework Help\nDescription: Venezuela is a country on the northern coast of South America. In the 1800s Venezuela led the fight for South America’s independence from Spain. The capital of Venezuela is…\nURL: https://kids.britannica.com/kids/article/Venezuela/345816\n\nTitle: Venezuela - United States Department of State\nDescription: In November 2021, during the regional ... users from accessing information about the elections. In January, VE Sin Filtro documented a significant increase in internet blockings targeting media outlets Efecto Cocuyo, Cronica Uno, and EVTV Miami. Venezuela sin Filtro also registered ...\nURL: https://www.state.gov/reports/2022-country-reports-on-human-rights-practices/venezuela/\n\nTitle: MetLink - Royal Meteorological Society Country Background Information: Venezuela -\nDescription: Country Background Information: Venezuela for Climate Negotiations\nURL: https://www.metlink.org/resource/country-background-information-venezuela/\n\nTitle: Venezuela, RB - Summary | Climate Change Knowledge Portal\nDescription: This page presents high-level information for Venezuela, RB's climate zones and its seasonal cycle for mean temperature and precipitation for the latest climatology, 1991-2020. Climate zone classifications are derived from the Köppen-Geiger climate classification system, which divides climates ...\nURL: https://climateknowledgeportal.worldbank.org/country/venezuela-rb\n\nTitle: Venezuela | Culture, Facts & Travel | - CountryReports\nDescription: Venezuela in depth country profile. Unique hard to find content on Venezuela. Includes customs, culture, history, geography, economy current events, photos, video, and more.\nURL: https://www.countryreports.org/country/Venezuela.htm\n\nTitle: Venezuela: the Council's response to the crisis - Consilium\nDescription: To get more information about these cookies, how and why we use them and how you can change your settings, check our cookies policy page. Read more I accept cookies I refuse cookies ... Apart from the sanctions it has introduced since November 2017, the EU also provides humanitarian assistance to support the citizens of Venezuela...\nURL: https://www.consilium.europa.eu/en/policies/venezuela/","tool_call_id":"call-1742178620176"}],"stream":false,"options":{"temperature":0.7,"num_predict":1000},"format":{"type":"object","properties":{"name":{"type":"string","const":"brave_web_search"},"arguments":{"type":"object","properties":{"query":{"type":"string","description":"Search query (max 400 chars, 50 words)"},"count":{"type":"number","minimum":1,"maximum":20,"default":10}},"required":["query"]},"thoughts":{"type":"string","description":"Your thoughts about using this tool"}},"required":["name","arguments","thoughts"]}}
22:30:23 ERROR: LLMBridge - LLM invocation failed: fetch failed
22:30:23 DEBUG: LLMBridge - Cleaning up Ollama process...
22:30:23 DEBUG: LLMBridge - Starting Ollama cleanup process...
22:30:23 DEBUG: LLMBridge - Attempting to kill Ollama by process name...
22:30:24 DEBUG: LLMBridge - No Ollama process found to kill
22:30:24 DEBUG: LLMBridge - Checking for processes on port 11434...
22:30:24 DEBUG: LLMBridge - Killing process with PID 0...
22:30:24 DEBUG: LLMBridge - No processes found on port 11434
22:30:26 DEBUG: LLMBridge - Ollama cleanup process completed
22:30:26 ERROR: LLMBridge - Error processing message: fetch failed
22:30:26 INFO: LLMBridge - Received response from bridge
Response: Error processing message: fetch failed`