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
You can create multiple access credentials for an application to deliver to different users or developers. This means that API users can use the AI capabilities provided by the application developer, but the underlying Prompt engineering, knowledge, and tool capabilities are encapsulated.
However, when using the streaming chat-messages API, the interface returns a detailed workflow in the response, including node types, prompts, recalls from knowledge base, etc. That's really terrifying. For exsample, one of the SSE messages is:
This completely fails to achieve the goal of "encapsulate the the underlying Prompt engineering, knowledge, and tool capabilities". And it seems that I haven't found a parameter switch to disable these outputs.
I wonder if there is something wrong with my operation. I look forward to the reply. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
According to the Doc, it says
However, when using the streaming
chat-messages
API, the interface returns a detailed workflow in the response, including node types, prompts, recalls from knowledge base, etc. That's really terrifying. For exsample, one of the SSE messages is:This completely fails to achieve the goal of "encapsulate the the underlying Prompt engineering, knowledge, and tool capabilities". And it seems that I haven't found a parameter switch to disable these outputs.
I wonder if there is something wrong with my operation. I look forward to the reply. Thanks.
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions