Skip to content

Commit e8dffbc

Browse files
committed
feat(ai): better intro and image
1 parent 2797399 commit e8dffbc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
188 KB
Loading

tutorials/building-ai-application-function-calling/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: Building a flight schedule assistant with function calling
3+
title: Agentic AI with function calling on open-weight LLMs
44
description: Learn how to implement function calling in your applications using a practical flight schedule example.
55
content:
6-
h1: Building a flight schedule assistant with function calling
6+
h1: Get started with agentic AI: building a flight assistant with function calling on open-weight Llama 3.1
77
paragraph: Create a smart flight assistant that can understand natural language queries and return structured flight information using function calling capabilities.
88
tags: AI function-calling LLM python structured-data
99
categories:
@@ -15,9 +15,9 @@ dates:
1515
posted: 2024-10-25
1616
---
1717

18-
In today's AI-driven world, enabling natural language interactions with structured data systems has become increasingly important. Function calling allows AI models to bridge the gap between human queries and programmatic functions, creating more intuitive and powerful applications.
18+
In today's AI-driven world, enabling natural language interactions with structured data systems has become increasingly important. Function calling allows AI models like Llama 3.1 to bridge the gap between human queries and programmatic functions, creating powerful agents for many use cases.
1919

20-
This tutorial will guide you through creating a flight schedule assistant that can understand natural language queries about flights and return structured information. We'll use Python and the OpenAI SDK to implement function calling, making it easy to integrate this solution into your existing applications.
20+
This tutorial will guide you through creating a simple flight schedule assistant that can understand natural language queries about flights and return structured information. We'll use Python and the OpenAI SDK to implement function calling on Llama 3.1, making it easy to integrate this solution into your existing applications.
2121

2222
<Macro id="requirements" />
2323

0 commit comments

Comments
 (0)