18 lines
366 B
YAML
18 lines
366 B
YAML
name: chat_with_Yi34B
|
|
description: Use this tool to chat with human
|
|
parameters:
|
|
type: object
|
|
properties:
|
|
query:
|
|
type: string
|
|
description: Query for any kind of chat and questions
|
|
model_name:
|
|
type: string
|
|
description:
|
|
conversation_id:
|
|
type: string
|
|
description:
|
|
required:
|
|
- query
|
|
- model_name
|
|
- conversation_id |