[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
18
langchain-chat/server/agent/tools/chat_with_Yi34B.yaml
Normal file
18
langchain-chat/server/agent/tools/chat_with_Yi34B.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user