MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / tutorial

Function tutorial

bmtools/tools/tutorial/api.py:32–37  ·  view source on GitHub ↗

tutorial(text: str) -> str: Providing a TODO list as a toturial for the foundation model based on the given objective.

(text: str)

Source from the content-addressed store, hash-verified

30
31 @tool.get("/tutorial")
32 def tutorial(text: str) -> str:
33 """
34 tutorial(text: str) -> str: Providing a TODO list as a toturial for the foundation model based on the given objective.
35 """
36 result = chain.run(text)
37 return result
38
39 return tool

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected