验证 AI 工具的名称字段

在 Discourse AI 中创建新工具后,我遇到了以下错误:

Job exception: {
  "error": {
    "message": "Invalid 'tools[0].function.name': string does not match pattern. Expected a string that matches the pattern '^[a-zA-Z0-9_-]+$'.",
    "type": "invalid_request_error",
    "param": "tools[0].function.name",
    "code": "invalid_value"
  }
}

我在名称中包含了空格,已将其替换为下划线以匹配模式。:+1:

如果这是预期的,我们是否可以在 UI 中验证该字段?我们也可以在字段的描述性文本中提及它。

3 个赞

我很确定我们现在添加了验证,你能确认吗?

1 个赞

“工具名称”字段正在进行验证。 :tada:

3 个赞