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: presentation/slides.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -762,7 +762,7 @@ What happens if you set that field to be either a `str` or `None`?
762
762
763
763
---
764
764
layout: top-title-two-cols
765
-
columns: is-6
765
+
columns: is-7
766
766
color: violet-light
767
767
hideInToc: true
768
768
---
@@ -781,13 +781,16 @@ hideInToc: true
781
781
782
782
- We can pass function/tool definitions to an LLM and let it decide if it needs to be called (or require it to be used).
783
783
784
-
- There are some tools that
784
+
- There are some tools like web search that are offered by LLM providers as "built-in" tools that users do not have to implement. Here is the `google search` tool that can be used with `gemini` models
0 commit comments