Files
gangyan/langchain-chat/server/agent/tools/chat_with_Yi34B.yaml

18 lines
366 B
YAML
Raw Normal View History

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