mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
add openapi transport type constant
This commit is contained in:
parent
8f2166d204
commit
9edd66855f
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ export const TRANSPORT = {
|
|||
SSE: "sse",
|
||||
HTTP: "http",
|
||||
STDIO: "stdio",
|
||||
OPENAPI: "openapi",
|
||||
};
|
||||
|
||||
export const handleTransport = (transport?: string | null): string => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue