在 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"
}
}
我在名称中包含了空格,已将其替换为下划线以匹配模式。![]()
如果这是预期的,我们是否可以在 UI 中验证该字段?我们也可以在字段的描述性文本中提及它。
