Suehtam

Results 3 issues of Suehtam

**Describe the bug** A clear and concise description of what the bug is. What did you expect to happen? What happened instead? Method get_exposed_port type miss match: ```python @wait_container_is_ready() def...

### Bug The `_guess_format` method in `_DocumentConversionInput` class is incorrectly identifying XLSX files as "application/zip" format. ### Steps to Reproduce 1. Create an instance of DoclingConvert with XLSX support: ```py...

bug
mimetype

```py llm = ChatBedrock( model="us.writer.palmyra-x5-v1:0", temperature=0.5, max_tokens=1000, ) response = llm.invoke("Test") # exception ChatPromptAdapter.convert_messages_to_prompt(cls, provider, messages, model) 526 prompt = convert_messages_to_prompt_anthropic( 527 messages=messages, 528 human_prompt="\n\nUser:", 529 ai_prompt="\n\nBot:", 530 ) 531...

bedrock
investigate