mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
remove unwanted exports
This commit is contained in:
parent
c1136558d8
commit
08dc00fe9e
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ const openai = createOpenAI({
|
||||||
baseURL: PROVIDER_BASE_URL,
|
baseURL: PROVIDER_BASE_URL,
|
||||||
});
|
});
|
||||||
|
|
||||||
export const ZUsage = z.object({
|
const ZUsage = z.object({
|
||||||
tokens: z.object({
|
tokens: z.object({
|
||||||
total: z.number(),
|
total: z.number(),
|
||||||
prompt: z.number(),
|
prompt: z.number(),
|
||||||
|
|
@ -169,7 +169,7 @@ async function invokeRagTool(
|
||||||
return results;
|
return results;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function invokeWebhookTool(
|
async function invokeWebhookTool(
|
||||||
logger: PrefixLogger,
|
logger: PrefixLogger,
|
||||||
projectId: string,
|
projectId: string,
|
||||||
name: string,
|
name: string,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue