mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-07 21:55:19 -05:00
use hyphens everywhere
This commit is contained in:
@@ -3,7 +3,7 @@ title: "Python"
|
||||
type: docs
|
||||
weight: 1
|
||||
description: >
|
||||
How to add pre and post processing to your Python toolbox applications.
|
||||
How to add pre- and post- processing to your Python toolbox applications.
|
||||
---
|
||||
|
||||
## Prerequisites
|
||||
@@ -19,7 +19,7 @@ This guide demonstrates how to implement these patterns in your Toolbox applicat
|
||||
Coming soon.
|
||||
{{% /tab %}}
|
||||
{{% tab header="Langchain" text=true %}}
|
||||
The following example demonstrates how to use `ToolboxClient` with LangChain's middleware to implement pre and post processing for tool calls.
|
||||
The following example demonstrates how to use `ToolboxClient` with LangChain's middleware to implement pre- and post- processing for tool calls.
|
||||
|
||||
```py
|
||||
{{< include "python/langchain/agent.py" >}}
|
||||
|
||||
Reference in New Issue
Block a user