Skip to content

调用function_call api时出错 #146

Description

@boquanzhou

payload:
{
"model": "tigerbot-70b-chat",
"query": "计算 1+1",
"functions": [
{
"name": "eval_math",
"description": "计算数学表达式的值",
"parameters": {
"type": "object",
"properties": {
"expression": {
"type": "string",
"description": "数学表达式"
}
},
"required": [
"expression"
]
}
}
]
}

err:
{
"error": {
"code": 500,
"status": "INTERNAL",
"message": "服务调用异常",
"details": []
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions