Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function call 参数类型为object,使用不友好 #24

Closed
Lambdua opened this issue May 21, 2024 · 0 comments
Closed

function call 参数类型为object,使用不友好 #24

Lambdua opened this issue May 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Lambdua
Copy link
Owner

Lambdua commented May 21, 2024

ChatCompleteRequest的属性:
@JsonSerialize(using = ChatCompletionRequestFunctionCall.Serializer.class)
@JsonDeserialize(using = ChatCompletionRequestFunctionCall.Deserializer.class)
Object functionCall;

使用时不够友好,应该转为显示类型,减少学习成本
@Lambdua Lambdua added the enhancement New feature or request label May 21, 2024
@Lambdua Lambdua closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant