Spaces:
Sleeping
Sleeping
File size: 306 Bytes
11ba2d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
tool_card_template = """
```tool_card
{tool_card_content}
```
"""
tool_call_template = """
**call {tool_name}#{function_name}**[{tool_type}]
```tool_call_arguments
{function_arguments}
```
```tool_call_result
{function_result}
```
{images}
"""
step_loading_template = """
```loading
{data}
```
""" |