mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
docs: templates
updated titles (#25646)
Updated titles into a consistent format. Fixed links to the diagrams. Fixed typos. Note: The Templates menu in the navbar is now sorted by the file names. I'll try sorting the navbar menus by the page titles, not the page file names.
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
# OpenAI Functions Agent - Gmail
|
||||
# OpenAI functions - Gmail agent
|
||||
|
||||
Ever struggled to reach inbox zero?
|
||||
|
||||
Using this template, you can create and customize your very own AI assistant to manage your Gmail account. Using the default Gmail tools, it can read, search through, and draft emails to respond on your behalf. It also has access to a Tavily search engine so it can search for relevant information about any topics or people in the email thread before writing, ensuring the drafts include all the relevant information needed to sound well-informed.
|
||||
Using this template, you can create and customize your very own AI assistant
|
||||
to manage your `Gmail` account. Using the default `Gmail` tools,
|
||||
it can read, search through, and draft emails to respond on your behalf.
|
||||
It also has access to a `Tavily` search engine so it can search for
|
||||
relevant information about any topics or people in the email
|
||||
thread before writing, ensuring the drafts include all
|
||||
the relevant information needed to sound well-informed.
|
||||
|
||||

|
||||
 "Gmail Agent Playground Interface"
|
||||
|
||||
## The details
|
||||
## Details
|
||||
|
||||
This assistant uses OpenAI's [function calling](https://python.langchain.com/docs/modules/chains/how_to/openai_functions) support to reliably select and invoke the tools you've provided
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "openai-functions-agent-gmail"
|
||||
version = "0.1.0"
|
||||
description = "Agent using OpenAI function calling to execute functions, including search"
|
||||
description = "Agent using OpenAI function calling to execute functions, including Gmail managing"
|
||||
authors = [
|
||||
"Lance Martin <lance@langchain.dev>",
|
||||
]
|
||||
|
Reference in New Issue
Block a user