ReactNode> = {
+ database_query: DatabaseIcon,
+ web_search: SearchIcon,
+};
+
+const renderIcon = ({ toolName, className }: { toolName: string; className: string }) => {
+ const Icon = toolIcons[toolName];
+ return Icon ? : null;
+};
+
+const Example = () => (
+
+
+
+
+ = ?",
+ params: ["2024-01-01"],
+ }}
+ />
+
+
+
+
+
+
+
+
+
+ }
+ state="input-available"
+ title="custom_style"
+ type="tool-custom_style"
+ />
+
+
+
+
+
+
+
+
+
+
+
+);
+
+export default Example;