Skip to content

Commit ee6e3a1

Browse files
authored
chore: minor fix for aci cookbook and wolframaplha integration (#2426)
1 parent a6d9ff4 commit ee6e3a1

File tree

3 files changed

+292
-230
lines changed

3 files changed

+292
-230
lines changed

camel/toolkits/wolfram_alpha_toolkit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def query_wolfram_alpha(
8181
]
8282
)
8383
def query_wolfram_llm(self, query: str) -> str:
84-
r"""Queries Wolfram|Alpha LLM API and returns the result.
84+
r"""Sends a query to the Wolfram|Alpha API optimized for language
85+
model usage.
8586
8687
Args:
8788
query (str): The query to send to Wolfram Alpha LLM.

0 commit comments

Comments
 (0)