🎉 first commit
This commit is contained in:
9
app/lib/.server/llm/tools/index.ts
Normal file
9
app/lib/.server/llm/tools/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { serperTool } from './serper';
|
||||
import { weatherTool } from './weather';
|
||||
|
||||
export const tools = {
|
||||
serper: serperTool,
|
||||
weather: weatherTool,
|
||||
};
|
||||
|
||||
export { serperTool, weatherTool };
|
||||
Reference in New Issue
Block a user