MCPcopy Create free account
hub / github.com/OpenBMB/ToolBench / get_conv_template

Function get_conv_template

toolbench/tool_conversation.py:200–202  ·  view source on GitHub ↗

Get a conversation template.

(name: str)

Source from the content-addressed store, hash-verified

198
199
200def get_conv_template(name: str) -> Conversation:
201 """Get a conversation template."""
202 return conv_templates[name].copy()
203
204
205# A template with one conversation example

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected