mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add comments
This commit is contained in:
parent
ae359a9c7b
commit
e461cdd92e
1 changed files with 3 additions and 0 deletions
|
|
@ -1304,6 +1304,9 @@ impl HttpContext for PromptStreamContext {
|
|||
*metadata = Value::Object(serde_json::Map::new());
|
||||
}
|
||||
|
||||
// since arch gateway generates tool calls (using arch-fc) and calls upstream api to
|
||||
// get response, we will send these back to developer so they can see the api response
|
||||
// and tool call arch-fc generated
|
||||
let mut fc_messages = Vec::new();
|
||||
fc_messages.push(Message {
|
||||
role: ASSISTANT_ROLE.to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue