Max Rydahl Andersen

Results 748 comments of Max Rydahl Andersen

if you do this why not just use the langchain models directly? curious about the usecase as your messages/content would also need to adjust and be aware of the tools...

> how to properly define the boundary of the memory - like the web socket session is this not similar/exact same to our struggles around scoping various contexts when it...

Lets just for the value of my (and possible others) education, explore @ConversationScoped on why it makes sense and then lets see why it would not. From [CDI Spec](https://jakarta.ee/specifications/cdi/3.0/jakarta-cdi-spec-3.0#conversation_context) I...

@mkouba all those issues about conversation propagation is something we would have with any kind of scope for this would it not ? I don't think users sees @ConversationScope as...

> > @mkouba `@ConversationScoped` is an abstract notion, just like `@RequestScoped`. Its definition is completely clean of everything to do with HTTP. Just like you can have a request context...

I think the english language gets in the way here and there are multiple "conversations" in play here. Let me try and explain how I see the various "conversations" -...

> > in the end we ended up with that requestscope is not activated by default as its lifecycle would add overhead > > This is really quite surprising to...

Correct. I mentioned that when I saw the truffle ones.

@cstamas this is literally what jbang does :)

just realized this is more about a nano library to allow one to programmatically do it - jbang is about the cli side ;) ignore me.