You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/components/BuiltinTools.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ import { LinkCard } from '@astrojs/starlight/components';
6
6
7
7
### Builtin tools
8
8
9
+
<LinkCardtitle="fetch"description="Fetch data from a URL from allowed domains."href="/genaiscript/reference/scripts/system#systemfetch" />
9
10
<LinkCardtitle="fs_ask_file"description="Runs a LLM query over the content of a file. Use this tool to extract information from a file."href="/genaiscript/reference/scripts/system#systemfs_ask_file" />
10
11
<LinkCardtitle="fs_data_query"description="Query data in a file using GROQ syntax"href="/genaiscript/reference/scripts/system#systemfs_data_query" />
11
12
<LinkCardtitle="fs_diff_files"description="Computes a diff between two different files. Use git diff instead to compare versions of a file."href="/genaiscript/reference/scripts/system#systemfs_diff_files" />
0 commit comments