mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 07:42:43 +02:00
Serialize tool calls for Arch FC (#131)
* Serialize tool calls * fix int tests
This commit is contained in:
parent
b43f687b85
commit
96686dc606
10 changed files with 166 additions and 57 deletions
|
|
@ -12,4 +12,4 @@ pub const ARCH_ROUTING_HEADER: &str = "x-arch-llm-provider";
|
|||
pub const ARCH_MESSAGES_KEY: &str = "arch_messages";
|
||||
pub const ARCH_PROVIDER_HINT_HEADER: &str = "x-arch-llm-provider-hint";
|
||||
pub const CHAT_COMPLETIONS_PATH: &str = "v1/chat/completions";
|
||||
// pub const ARCH_STATE_HEADER: &str = "x-arch-state";
|
||||
pub const ARCH_STATE_HEADER: &str = "x-arch-state";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue