mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-03 12:22:38 +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,
|
||||
});
|
||||
|
||||
export const ZUsage = z.object({
|
||||
const ZUsage = z.object({
|
||||
tokens: z.object({
|
||||
total: z.number(),
|
||||
prompt: z.number(),
|
||||
|
|
@ -169,7 +169,7 @@ async function invokeRagTool(
|
|||
return results;
|
||||
}
|
||||
|
||||
export async function invokeWebhookTool(
|
||||
async function invokeWebhookTool(
|
||||
logger: PrefixLogger,
|
||||
projectId: string,
|
||||
name: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue