The 'hostname' property is no longer present in the JSON response, causing errors in the web search functionality. This commit removes the 'hostname' attribute from the WebSearchSource class and updates the Message class to handle the updated JSON structure correctly.
Removed 'hostname' attribute from WebSearchSource.
Updated Message class to process web search sources without 'hostname'.
This fix resolves the issue where the web search results were causing errors due to the missing 'hostname' property.
The 'hostname' property is no longer present in the JSON response, causing errors in the web search functionality. This commit removes the 'hostname' attribute from the WebSearchSource class and updates the Message class to handle the updated JSON structure correctly.
This fix resolves the issue where the web search results were causing errors due to the missing 'hostname' property.