Skip to content

Commit

Permalink
Just comment level typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Nov 24, 2024
1 parent e34bdf5 commit d14a778
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/structures/IChatGptSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
*
* @reference https://platform.openai.com/docs/guides/function-calling
* @reference https://platform.openai.com/docs/guides/structured-outputs
* @warning Specified not by the official documentation, but by my experiments.
* Therefore, its definitions can be inaccurate or be changed in the
* future. If you find any wrong or outdated definitions, please let me
* know by issue
* @warning Specified not only by the official documentation, but also by my
* experiments. Therefore, its definitions can be inaccurate or be
* changed in the future. If you find any wrong or outdated definitions,
* please let me know by issue.
* @issue https://github.com/samchon/openapi/issues
* @author Jeongho Nam - https://github.com/samchon
*/
Expand Down
9 changes: 5 additions & 4 deletions src/structures/IGeminiSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@
* @reference https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/function-calling
* @reference https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/function-calling
* @reference https://ai.google.dev/gemini-api/docs/structured-output
* @warning Specified not by the official documentation, but by my experiments.
* Therefore, its definitions can be inaccurate or be changed in the
* future. If you find any wrong or outdated definitions, please let me
* know by issue
* @warning Specified not only by the official documentation, but also by my
* experiments. Therefore, its definitions can be inaccurate or be
* changed in the future. If you find any wrong or outdated definitions,
* please let me know by issue.
* @issue https://github.com/samchon/openapi/issues
* @author Jeongho Nam - https://github.com/samchon
*/
export type IGeminiSchema =
Expand Down

0 comments on commit d14a778

Please sign in to comment.