NamespaceToolParam interface
群組功能/自訂工具在共享命名空間下。
- Extends
屬性
| description | 模型中顯示的命名空間描述。 |
| name | 工具呼叫中使用的命名空間名稱(例如, |
| tools | 此命名空間內可用的函式/自訂工具。 |
| type | 工具的類型。 一律為 |
屬性詳細資料
description
模型中顯示的命名空間描述。
description: string
屬性值
string
name
工具呼叫中使用的命名空間名稱(例如, crm。
name: string
屬性值
string
tools
此命名空間內可用的函式/自訂工具。
tools: (CustomToolParam | FunctionToolParam)[]
屬性值
type
工具的類型。 一律為 namespace。
type: "namespace"
屬性值
"namespace"