-
Notifications
You must be signed in to change notification settings - Fork 21
ABTEST-122 #691
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
Closed
Closed
ABTEST-122 #691
Conversation
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
feat: eliminate 10k char limit on agent messages
fix: temp fix for SW schema validation
feat: allow invoke to be extended with middleware
fix: terminal chat mode
fix: terminal trace tree view
fix: focus chat input
fix: ignore env vars on auth force
feat: eval runtime factory
This sample does not rely on other models or UiPath dependencies and can run in a standalone manner. This can be used for quick prototyping and development.
feat(CalculatorSample): adding a sample for a simple calculator
fix: Added more verbose message for authentication failures
fix: pass input_file to context builder
This will allow for programmatic execution of arbitrary functions without having to rely on scripts.
…rds_compatible refactor(RuntimeUpdates): decouple script runtime from a generic runtime
fix: simplify cli run
fix(job_key): changed job_id to job_key
docs: add instruction to activate the venv
…n @infer_bindings
feat: initial implementation of list connections
fix: eval logs
fix: move trajectory_span_model
docs: add docs for uipath auth on as
1. Standardization of errors 1. `UiPathMockResponseGenerationError` to represent errors during generation of mocked response. 2. `UiPathNoMockFoundError` to represent that the method should not be mocked. 2. Model selection 3. Allow run examples in LLM Mocker. # Conflicts: # pyproject.toml
Akshaya/mocking improvements
fix: remove @infer_bindings from ConnectionsService.retrieve methods
chore: initial version of llms.txt
Similar to ``@tool(args_schema=..`, we now support overriding `input_schema` and `output_schema` for `@mockable` functions. This will help with dynamic schemas from resources.
…rrides feat(MockingOverrides): allow schema overrides for mockable
feat: progress on parallelization of eval runs
test: add auth config test for backwards compatibility
feat(Mocking): pass execution trace history into LLM mocker
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.
test with petrina