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

Implementation of Chat Function Calling #199

Closed
JochenGuckSnk opened this issue Jun 15, 2023 · 1 comment
Closed

Implementation of Chat Function Calling #199

JochenGuckSnk opened this issue Jun 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@JochenGuckSnk
Copy link
Contributor

Feature Description

Open Ai anounced a new feature for chat completion.
Function Calling Doc

Problem it Solves

Enables a beter integration of chat gpt int existing projects

Proposed Solution

Add the new properties to the request respons definitions
Implement or import a dto for json schema or use kotlinx.serialization.json.JsonElement as dto and profide the schema as string

Additional Context

Function Calling Doc
Api reference

@JochenGuckSnk JochenGuckSnk added the enhancement New feature or request label Jun 15, 2023
@JochenGuckSnk
Copy link
Contributor Author

Is there already any work ongoing?

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

2 participants