Conversation
a47a535 to
cd6581c
Compare
ad75ef0 to
c206efa
Compare
* feat: added improved database structure and logging * feat: updated nilauth-credit image hash * feat: unit test corrections * fix: pytests unit and e2e errors * fix: improved and fixed gpt oss CI docker compose file * fix: e2e fixes for responses endpoints * fix: nildb commands
…o_tests chore: add native client to tests
chore: remove etcd in favor of redis
…eless_containers chore: refactor remove unused containers
chore: major nilAI refactor
blefo
reviewed
Dec 4, 2025
| """ | ||
| if self.auth_type != AuthType.DELEGATION_TOKEN: | ||
| raise RuntimeError( | ||
| "Invocation token is only available through API key mode only" |
Member
There was a problem hiding this comment.
I'm not sure about this error message. It should probably be "Invocation token via delegation requires auth_type=DELEGATION_TOKEN". Same for the following method as they are currently excluding one each other
blefo
reviewed
Dec 4, 2025
| assert server.config == DefaultDelegationTokenServerConfig | ||
| assert hasattr(server, "private_key") | ||
|
|
||
| def test_init_with_custom_config(self, private_key_hex, custom_config): |
Member
There was a problem hiding this comment.
I think the custom_config should be passed in the DelegationTokenServer
c53a57b to
8e94fe1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.