runtime error

Exit code: 1. Reason: ...<4 lines>... ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2184, in process_api data = await self.postprocess_data( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ block_fn, result["prediction"], state ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 1953, in postprocess_data prediction_value = await anyio.to_thread.run_sync( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ block.postprocess, prediction_value, limiter=self.limiter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/anyio/to_thread.py", line 63, in run_sync return await get_async_backend().run_sync_in_worker_thread( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ func, args, abandon_on_cancel=abandon_on_cancel, limiter=limiter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread return await future ^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 1002, in run result = context.run(func, *args) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 708, in postprocess processed_message = self._postprocess(message) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 567, in _postprocess item = self._postprocess_content(content_item) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 542, in _postprocess_content raise ValueError(f"Invalid message for Chatbot component: {chat_message}") ValueError: Invalid message for Chatbot component: ChatMessage(content='In order to find the current weather in San Francisco, I will need to use my weather tool.', role='assistant', metadata={}, options=[])

Container logs:

Fetching error logs...