diff --git a/fern/pages/cookbooks/basic-tool-use.mdx b/fern/pages/cookbooks/basic-tool-use.mdx index fa3252f0..b4a7dfc0 100644 --- a/fern/pages/cookbooks/basic-tool-use.mdx +++ b/fern/pages/cookbooks/basic-tool-use.mdx @@ -2,7 +2,7 @@ title: Basic Tool Use slug: /page/basic-tool-use -description: "This page describes how to work with Cohere's basic retrieval-augmented generation functionality." +description: "This page describes how to work with Cohere's basic tool use functionality." image: "../../assets/images/f1cc130-cohere_meta_image.jpg" keywords: "Cohere, tool use, AI agents" --- diff --git a/fern/pages/cookbooks/calendar-agent.mdx b/fern/pages/cookbooks/calendar-agent.mdx index 18a66107..b41d6efa 100644 --- a/fern/pages/cookbooks/calendar-agent.mdx +++ b/fern/pages/cookbooks/calendar-agent.mdx @@ -2,7 +2,7 @@ title: Calendar Agent with Native Multi Step Tool slug: /page/calendar-agent -description: "This page describes how to work with Cohere's basic retrieval-augmented generation functionality." +description: "This page describes how to use cohere Chat API with list_calendar_events and create_calendar_event tools to book appointments." image: "../../assets/images/f1cc130-cohere_meta_image.jpg" keywords: "Cohere, AI agents" --- diff --git a/fern/pages/text-generation/prompt-engineering/prompt-tuner.mdx b/fern/pages/text-generation/prompt-engineering/prompt-tuner.mdx index 66e3b8ef..8290c6fa 100644 --- a/fern/pages/text-generation/prompt-engineering/prompt-tuner.mdx +++ b/fern/pages/text-generation/prompt-engineering/prompt-tuner.mdx @@ -2,7 +2,7 @@ title: Prompt Tuner (beta) slug: /docs/prompt-tuner -description: "This page describes how Cohere's prompt truncation works." +description: "This page describes how Cohere's prompt tuner works." image: "../../../assets/images/f1cc130-cohere_meta_image.jpg" keywords: "Cohere, prompt engineering, prompt truncation" --- diff --git a/fern/pages/tutorials/build-things-with-cohere.mdx b/fern/pages/tutorials/build-things-with-cohere.mdx index 8ec77197..2dc192a8 100644 --- a/fern/pages/tutorials/build-things-with-cohere.mdx +++ b/fern/pages/tutorials/build-things-with-cohere.mdx @@ -2,7 +2,7 @@ title: Build Things with Cohere! slug: /docs/build-things-with-cohere -description: "This page describes advanced ways of controlling prompt engineering." +description: "This page describes how to build an onboarding assistant with Cohere's large language models." image: "../../assets/images/f1cc130-cohere_meta_image.jpg" keywords: "working with LLMs, Cohere" ---