You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We never used the conversation in our mapper code. It turned out that the code block with just the markdown before the block as well as the input file works well.
Would it be good enough to add the ChatResult from the response that contained the block?
Maybe lets open a new feature request so we can discuss this.
Would it be good enough to add the ChatResult from the response that contained the block?
This would be sufficient for us. We need to pass data back and forth from our extension to the chat. Generally, the ChatResult.metadata has been a solid avenue for this. The ChatResult from the response containing such a block makes sense semantically IMO.
Originally posted by @aeschli in 4f2c166
The text was updated successfully, but these errors were encountered: