Replies: 1 comment 7 replies
-
If you ask if there is a simple way, there is not if it comes to chats. It is meant to work as a chat, for other fields you can use workflow. Maybe combination of those two will help ya? What is your use case? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing?
I want to build API services using Studio. Besides providing a direct answer to the user, I also want to add some extra information in the response. Ideally, I want to return something like:
However, I can't simply put this format in the Answer node, because it will be fed back to the LLM as history, and I don't want JSON in the history, only the "response" field. Is there a way to include these extra fields in the API response without them appearing in the history?
2. Describe the feature you'd like to see
Include extra fields in the API response without them appearing in the history.
3. How will this feature improve your workflow or experience?
Include extra fields in the API response without them appearing in the history.
4. Additional context or comments
No response
5. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions