Mark Ericksen

Results 126 comments of Mark Ericksen

Hi @nallwhy! I like and support your idea of adding an `id` to `Message` struct. You make a good point for rendering those structs directly using a stream.

Hmm. That’s interesting. Do you know of any reason to send the ID back to the server? Since we’ve never sent it before, I doubt there’s a reason. ToolCall IDs...

Hi @nallwhy! Oh, Google. :disappointed: What I do in my apps, is I can pattern match on a model name to get the Chat module setup I want. Like: ```elixir...

@nallwhy Oh, BTW, I've got a branch that's about to become v0.4.0-rc.0 that introduces breaking changes in order to broadly add "thinking" support for models. My changes focus on Assistant's...

Hi @nallwhy! I have a couple thoughts. If you use the `run` without a mode, it stops at each received message. At this point you could make any adjustments or...

Thanks for the feedback! I would love to have RAG support with vector stores. I welcome contributions in this area as well.

I can see a more general mime-type like support for attachment types. The constraint would be that the model must support it.

Please check out v0.4.0-rc.1. It changes more things to use ContentParts which have types. PDF is a type as well. I've used PDFs with ChatAnthropic, but I haven't used it...

Hi @14corman! Thanks for the addition! Can you add or update any relevant documentation and add some test coverage? Without tests, any refactors or updates I make may break things...

Hi @SashaDon! I haven't tried bedrock. What error are you getting?