Stevan Freeborn
b48baffb60
fix: use sync copy to method
2025-07-14 23:30:02 -05:00
Stevan Freeborn
ad3b990138
chore: run dotnet format
2025-07-14 23:30:02 -05:00
Stevan Freeborn
ea4c8230bc
refactor: remove unnecessary if checks and add test to handle getting null file
2025-07-14 23:30:02 -05:00
Stevan Freeborn
0aaf6e0995
tests: add tests for sad path in new files methods
2025-07-14 23:30:02 -05:00
Stevan Freeborn
d1e88a52ac
feat: implement GetFileInfoAsync, GetFileAsync, and DeleteFileAsync
2025-07-14 23:30:02 -05:00
Stevan Freeborn
9cb8443f94
feat: implement list all files method
2025-07-14 23:30:02 -05:00
Stevan Freeborn
9d5c620167
feat: implement listing a page of files
2025-07-14 23:30:02 -05:00
Stevan Freeborn
c212ebffcd
tests: add tests for anthropic file model
2025-07-14 23:30:02 -05:00
Stevan Freeborn
35c4147379
docs: add note about files beta status
2025-07-14 23:30:02 -05:00
Stevan Freeborn
e52540eec3
tests: add end to end test
2025-07-14 23:30:02 -05:00
Stevan Freeborn
b26e663960
tests: add integration test for creating file
2025-07-14 23:30:02 -05:00
Stevan Freeborn
f4ffcf5fbc
docs: fix xml comments
2025-07-14 23:30:02 -05:00
Stevan Freeborn
914495ab97
tests: add create file request tests
2025-07-14 23:30:02 -05:00
Stevan Freeborn
1cad19d9c6
fix: remove unnecessary usings
2025-07-14 23:30:02 -05:00
Stevan Freeborn
e674b9afe6
feat: initial implementation of creating a file via the Files API
2025-07-14 23:30:02 -05:00
Stevan Freeborn
307c0da0c9
docs: documentation for v1.0.0 [skip ci]
2025-07-09 03:15:32 +00:00
Stevan Freeborn
47e93c2e93
chore(release): 1.0.0 [skip ci]
2025-07-09 03:14:57 +00:00
Stevan Freeborn
5b3df4ad06
Merge pull request #37 from StevanFreeborn/stevanfreeborn/feat/add-citations
...
feat: add citations support
2025-07-08 22:14:31 -05:00
Stevan Freeborn
bee8fb1e81
docs: update README.md with citations support information [skip ci]
2025-07-08 22:13:58 -05:00
Stevan Freeborn
e351823f37
fix: address copilot comments
2025-07-08 22:04:24 -05:00
Stevan Freeborn
2732ae2b21
tests: add additional test coverage
2025-07-08 21:56:13 -05:00
Stevan Freeborn
598eaaad94
feat: add serialization tests for CharacterLocationCitation, CitationDelta, ContentBlockLocationCitation, PageLocationCitation, and DocumentContent classes
2025-06-22 10:52:14 -05:00
Stevan Freeborn
68e91fcdbb
feat: add unit tests for DocumentContent, CustomSource, PageLocationCitation, SourceType, and TextSource classes
...
chore: update VSCode settings to exclude docs from search
2025-06-20 22:23:57 -05:00
Stevan Freeborn
d2173555bc
chore: run dotnet format
2025-06-15 11:50:09 -05:00
Stevan Freeborn
0c62a7cfcc
tests: adding missing tests for newly introduced classes
2025-06-15 11:49:48 -05:00
Stevan Freeborn
98da1384c1
feat: add support for citations when streaming
2025-06-14 22:24:44 -05:00
Stevan Freeborn
74ac1ffc06
fix: when serializing source use media type to deserialize to image or document source
2025-06-14 14:01:18 -05:00
Stevan Freeborn
5b8d88a01d
feat: add support for citations
...
BREAKING CHANGE: Changed type of public Source properties.
Updated `Source` property on `DocumentContent` and `ImageContent`
types to use base `Source` type
- include support for citing custom sources
- include support for citing PDF sources
- include support for citing text sources
2025-06-14 13:44:10 -05:00
Stevan Freeborn
d50989833e
chore: update editor config/fix analyzer suggestions
2025-06-10 23:54:43 -05:00
Stevan Freeborn
a9d0dfdc76
feat: initial pass at citations in request and response
2025-06-10 23:34:33 -05:00
Stevan Freeborn
8326e1749d
chore: update editorconfig
2025-06-10 21:43:50 -05:00
Stevan Freeborn
d0c62cb199
docs: documentation for v0.6.1 [skip ci]
2025-05-19 20:34:34 +00:00
Stevan Freeborn
a455090f6f
chore(release): 0.6.1 [skip ci]
2025-05-19 20:33:31 +00:00
Stevan Freeborn
69484ffb93
Merge pull request #34 from StevanFreeborn/stevanfreeborn/fix/add-cancellation-token-support
...
fix: add cancellation token support
2025-05-19 15:33:09 -05:00
Stevan Freeborn and Copilot
16ee80a3a4
docs: update src/AnthropicClient/IAnthropicApiClient.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-05-19 15:30:29 -05:00
Stevan Freeborn and Copilot
702685bd10
docs: update src/AnthropicClient/IAnthropicApiClient.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-05-19 15:30:12 -05:00
Stevan Freeborn
5d4fb290ba
fix: cleanup based on copilot review comments
2025-05-19 15:28:08 -05:00
Stevan Freeborn
e2d4ee735a
chore: update workflows to use .NET 9
2025-05-19 15:21:51 -05:00
Stevan Freeborn
e68428c8ba
chore: upgrade dependencies
2025-05-19 15:16:53 -05:00
Stevan Freeborn
24ecff969e
chore: upgrade test project to .NET 9
2025-05-19 15:14:50 -05:00
Stevan Freeborn
595326c7a9
fix: cleanup copilot mistakes with passing cancellation token to methods that don't accept them
2025-05-19 15:14:11 -05:00
Stevan Freeborn
0a1c6a0135
fix: copilot first attempt
2025-05-19 19:52:16 +00:00
Stevan Freeborn
02e34bb0ab
docs: documentation for v0.6.0 [skip ci]
2025-01-15 16:33:05 +00:00
Stevan Freeborn
e8a3d6c6cd
chore(release): 0.6.0 [skip ci]
2025-01-15 16:32:24 +00:00
Stevan Freeborn
26e5d297bb
Merge pull request #31 from StevanFreeborn/stevanfreeborn/feat/add-support-for-message-batching
...
feat: add support for message batching api
2025-01-15 10:31:54 -06:00
Stevan Freeborn
fc2932f3c5
chore: run dotnet format
2025-01-15 10:30:02 -06:00
Stevan Freeborn
ee9dbcf647
docs: fix example
2025-01-15 10:29:23 -06:00
Stevan Freeborn
07cadf17af
docs: add examples for message batch api methods
2025-01-15 10:23:59 -06:00
Stevan Freeborn
2794c52c2a
docs: stub out batch documentation
2025-01-14 13:52:46 -06:00
Stevan Freeborn
56b3a53a2a
feat: add DeleteMessageBatchAsync method and MessageBatchDeleteResponse model with tests
2025-01-14 13:41:32 -06:00
Stevan Freeborn
7ec931dda5
refactor: add private method to dry class up a bit
2025-01-14 13:14:14 -06:00
Stevan Freeborn
a3ac1001f6
tests: add end to end test for canceling a batch
2025-01-14 12:57:52 -06:00
Stevan Freeborn
c11600c770
feat: add CancelMessageBatchAsync method and corresponding tests
2025-01-13 13:11:47 -06:00
Stevan Freeborn
180a090195
feat: add ListAllMessageBatchesAsync method and corresponding tests
2025-01-13 12:42:23 -06:00
Stevan Freeborn
ca2ecdcfc7
feat: implement ListMessageBatchesAsync method
2025-01-12 13:46:05 -06:00
Stevan Freeborn
876c6f571c
tests: cover null responses
2025-01-12 13:26:31 -06:00
Stevan Freeborn
299af3b759
tests: add test for batch result type and succeeded batch result model
2025-01-10 22:52:46 -06:00
Stevan Freeborn
3034544ca4
refactor: move local function below return
2025-01-09 23:40:55 -06:00
Stevan Freeborn
c56adf394c
feat: implement GetMessageBatchResultsAsync method
2025-01-09 23:17:41 -06:00
Stevan Freeborn
0a6d89bd77
fix: default nullable properties to actually datetimeoffset min value when new'd up
2025-01-08 23:20:21 -06:00
Stevan Freeborn
c5f3c5eca5
feat: implement GetMessageBatchAsync method
2025-01-08 23:15:24 -06:00
Stevan Freeborn
f8e01bf487
feat: add class for representing batch statuses
2025-01-08 22:46:17 -06:00
Stevan Freeborn
779a5ca281
tests: add end-to-end test for creating a message batch
2025-01-08 22:33:27 -06:00
Stevan Freeborn
854e4642ab
tests: add integration tests for remaining 🥲 and 😀 paths
2025-01-08 22:33:09 -06:00
Stevan Freeborn
15f5ad49e7
fix: make correct properties nullable
2025-01-08 22:32:36 -06:00
Stevan Freeborn
5e247a3c3a
fix: use proper count tokens endpoint
2025-01-08 20:39:16 -06:00
Stevan Freeborn
9548754d6c
feat: implement CreateMessageBatchAsync method
2025-01-08 20:37:58 -06:00
Stevan Freeborn
fe39f10382
docs: documentation for v0.5.0 [skip ci]
2025-01-06 04:04:17 +00:00
Stevan Freeborn
df0738ac7f
chore(release): 0.5.0 [skip ci]
2025-01-06 04:03:42 +00:00
Stevan Freeborn
0dd7829733
Merge pull request #30 from StevanFreeborn/stevanfreeborn/feat/add-support-for-models-API
...
feat: add support for models API
2025-01-05 22:03:17 -06:00
Stevan Freeborn
0b81bfc2f6
chore: run dotnet format
2025-01-05 21:57:18 -06:00
Stevan Freeborn
33191a32cc
docs: add examples for the model api to README.md
2025-01-05 21:56:14 -06:00
Stevan Freeborn
3fe75f511d
fix: only allow afterId or beforeId to be set. not both at same time.
2025-01-05 21:55:53 -06:00
Stevan Freeborn
9abad390f1
tests: fix assertions
2025-01-05 21:37:50 -06:00
Stevan Freeborn
8bbd4bb7c8
feat: implement GetModelAsync method
2025-01-05 21:36:34 -06:00
Stevan Freeborn
8e0443a6bb
feat: implement ListAllModelsAsync and ListModelsAsync
2025-01-05 21:20:27 -06:00
Stevan Freeborn
9d341011df
chore: stub out methods for retrieving list of models
2025-01-05 16:57:30 -06:00
Stevan Freeborn
df75cd25e0
feat: add model to represent paged request
2025-01-05 16:57:13 -06:00
Stevan Freeborn
28b7bf6a89
feat: add classes to model response to get model list endpoint
2025-01-02 21:45:37 -06:00
Stevan Freeborn
9e367d3542
chore: update settings to format on save
2025-01-02 21:45:04 -06:00
Stevan Freeborn
4a7d2c39be
docs: documentation for v0.4.0 [skip ci]
2025-01-03 02:56:41 +00:00
Stevan Freeborn
e08c94ec57
chore(release): 0.4.0 [skip ci]
2025-01-03 02:56:09 +00:00
Stevan Freeborn
5a1bf4ca41
Merge pull request #29 from StevanFreeborn/stevanfreeborn/feat/add-support-for-counting-tokens
...
feat: add support for counting tokens
2025-01-02 20:55:47 -06:00
Stevan Freeborn
de326abe25
docs: add count message tokens example to README.md
2025-01-02 20:52:52 -06:00
Stevan Freeborn
57f66d3619
chore: remove need for beta header when using prompt caching or PDF support
2025-01-02 20:47:35 -06:00
Stevan Freeborn
a23938961f
tests: add integration tests to cover both 😁 and 🥲 paths when counting message tokens
2025-01-02 20:41:12 -06:00
Stevan Freeborn
4fe8bfaf0e
refactor: put public method above private methods
2025-01-02 20:40:38 -06:00
Stevan Freeborn
944822060c
feat: add support for count tokens endpoint
2025-01-01 20:13:01 -06:00
Stevan Freeborn
31a7097cdc
fix: remove model id validation
2025-01-01 20:12:26 -06:00
Stevan Freeborn
8ef9a21a93
docs: documentation for v0.3.0 [skip ci]
2025-01-02 00:52:34 +00:00
Stevan Freeborn
87ecb6e5ad
chore(release): 0.3.0 [skip ci]
2025-01-02 00:51:59 +00:00
Stevan Freeborn
abf4154432
Merge pull request #28 from StevanFreeborn/stevanfreeborn/feat/add-all-UTD-model-identifiers
...
feat: add model identifiers
2025-01-01 18:51:37 -06:00
Stevan Freeborn
9c0a2e37b7
chore: run dotnet format
2025-01-01 18:49:52 -06:00
Stevan Freeborn
f861155551
tests: add tests for new model identifiers
2025-01-01 18:46:49 -06:00
Stevan Freeborn
6e0c0654af
feat: add missing model identifiers
...
- Added additional identifiers for existing Models
but included the date for consistency while maintaining
backwards compatibility for those using the existing
identifiers.
- Added missing identifiers for new versions of the
Models
- Added identifiers for the models supporting the
`latest` identifier
- All identifiers sourced from this doc:
https://docs.anthropic.com/en/docs/about-claude/models
2025-01-01 00:48:25 -06:00
Stevan Freeborn
6b6bc1b015
docs: documentation for v0.2.0 [skip ci]
2024-11-21 20:08:15 +00:00
Stevan Freeborn
69ec59d0ee
chore(release): 0.2.0 [skip ci]
2024-11-21 20:07:42 +00:00
Stevan Freeborn
27ad654cd9
Merge pull request #24 from StevanFreeborn/stevanfreeborn/feat/add-pdf-support
...
feat: add pdf support
2024-11-21 14:07:22 -06:00
Stevan Freeborn
dc9755cbb8
chore: run dotnet format
2024-11-21 13:59:45 -06:00
Stevan Freeborn
c66dc81df3
tests: add a test for converting DocumentContent
2024-11-21 13:55:56 -06:00