Skip to content

Commit 2e49070

Browse files
Update pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx
Co-authored-by: Néda <[email protected]>
1 parent b2722e3 commit 2e49070

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,9 @@ LangChain is a popular library for building AI applications. Scaleway's Generati
124124

125125
print(llm_with_tools.invoke(messages).content) # We print the content of the final response.
126126
```
127-
5. Finally, run the `tools.py`:
127+
5. Run `tools.py`:
128128
```bash
129129
python tools.py
130-
```
131-
The response should display the result of the calculation:
132130
```bash
133131
The result of 3 * 12 is 36.
134132
```

0 commit comments

Comments
 (0)