Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiDonkey@hotmail.com authored and MaxiDonkey@hotmail.com committed Oct 25, 2024
1 parent 1c5eaa3 commit fedf304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/Anthropic.Async.Params.pas
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Unit containing generic interfaces and classes for managing parameters
across various asynchronous operations.
The Anthropic.Params.Core nit provides a set of tools for creating
The Anthropic.Async.Params unit provides a set of tools for creating
and managing parameter instances using generic types. The primary
components include:
Expand Down
4 changes: 2 additions & 2 deletions source/Anthropic.Async.Support.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
These records enable non-blocking operations for chat functionalities
and can be reused across multiple modules.
This unit depends on Anthropic.Params.Core for parameter management.
This unit depends on Anthropic.Async.Params for parameter management.
The IUseParams<T> and TUseParamsFactory<T> interfaces and classes
from Anthropic.Params.Core are utilized to create and manage the
from Anthropic.Async.Params are utilized to create and manage the
parameter instances for asynchronous operations.
Github repository : https://github.com/MaxiDonkey/DelphiAnthropic
Expand Down

0 comments on commit fedf304

Please sign in to comment.