Skip to content

Commit dbf9f9d

Browse files
committed
updates
1 parent 68c789b commit dbf9f9d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

presentation/slides.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ What happens if you set that field to be either a `str` or `None`?
762762
763763
---
764764
layout: top-title-two-cols
765-
columns: is-6
765+
columns: is-7
766766
color: violet-light
767767
hideInToc: true
768768
---
@@ -781,13 +781,16 @@ hideInToc: true
781781
782782
- 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).
783783
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
785785
786+
```json
787+
{"type": "function", "function": {"name": "google_search"}}
788+
```
786789
787790
:: right ::
788791
789792
<div style="text-align: center;">
790-
<img src="/tool-call.png" style="width: 50%;"/>
793+
<img src="/tool-call.png" style="width: 64%;"/>
791794
</div>
792795
793796
Tool call schematic [^ref1]

0 commit comments

Comments
 (0)