Skip to content

Commit be3b2fa

Browse files
authored
Fixed incorrect spelling of JSON Schema in Unit 2 - Tiny agents
1 parent e13a007 commit be3b2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/en/unit2/tiny-agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ We connect to our Gradio based MCP server via the [`mcp-remote`](https://www.npm
102102

103103
What makes connecting Gradio MCP servers to our Tiny Agent possible is that recent LLMs (both closed and open) have been trained for function calling, aka. tool use. This same capability powers our integration with the sentiment analysis tool we built with Gradio.
104104

105-
A tool is defined by its name, a description, and a JSONSchema representation of its parameters - exactly how we defined our sentiment analysis function in the Gradio server. Let's look at a simple example:
105+
A tool is defined by its name, a description, and a JSON Schema representation of its parameters - exactly how we defined our sentiment analysis function in the Gradio server. Let's look at a simple example:
106106

107107
```ts
108108
const weatherTool = {

0 commit comments

Comments
 (0)