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

refactor(openai_dart)!: Rename ChatCompletionFunction to FunctionObject #206

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

davidmigloz
Copy link
Owner

The following classes have been renamed to follow OpenAI naming:

  • ChatCompletionFunctionParameters -> FunctionParameters
  • ChatCompletionFunction -> FunctionObject

The following classes have been renamed to follow OpenAI naming:
- `ChatCompletionFunctionParameters` -> `FunctionParameters`
- `ChatCompletionFunction` -> `FunctionObject`
@davidmigloz davidmigloz added the p:openai_dart openai_dart package. label Nov 9, 2023
@davidmigloz davidmigloz added this to the v0.0.15 milestone Nov 9, 2023
@davidmigloz davidmigloz self-assigned this Nov 9, 2023
@davidmigloz davidmigloz merged commit 0f06df3 into main Nov 9, 2023
1 check passed
@davidmigloz davidmigloz deleted the function_object branch November 9, 2023 16:21
KennethKnudsen97 pushed a commit to KennethKnudsen97/langchain_dart that referenced this pull request Apr 22, 2024
davidmigloz#206)

The following classes have been renamed to follow OpenAI naming:
- `ChatCompletionFunctionParameters` -> `FunctionParameters`
- `ChatCompletionFunction` -> `FunctionObject`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p:openai_dart openai_dart package.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant