mirror of
https://github.com/langchain-ai/example-tool-server.git
synced 2026-06-30 22:17:55 -04:00
Update README.md (#3)
This commit is contained in:
@@ -126,4 +126,14 @@ With authentication:
|
||||
|
||||
Add the `Authorization` header with the secret you generated earlier.
|
||||
|
||||
e.g., `-H 'Authorization: YOUR SECRET`
|
||||
e.g., `-H 'Authorization: YOUR SECRET`
|
||||
|
||||
You will see a result like:
|
||||
|
||||
```json
|
||||
{
|
||||
"call_id": "b5b034c5-064e-4f72-9ffc-842bf6f38ef9",
|
||||
"success": true,
|
||||
"value": "The weather in san francisco is nice today with a high of 75°F."
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user