forked from GoogleCloudPlatform/dfcx-scrapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/evaluations (GoogleCloudPlatform#217)
* chore: cleanup reqs * feat: add map inputs for faster processing * feat: add playbook processing support; add support for direct intent trigger * fix: cleanup creds code and remove outdated code * feat: new eval tool * feat: add script for making code context file * feat: add retry decorators * fix: expand testing folder * feat: add evaluations support * fix: linting * chore: update reqs * fix: dataframe setup and reporting * chore: bump version to 1.12.0
- Loading branch information
1 parent
2b5f675
commit c838940
Showing
14 changed files
with
2,791 additions
and
54 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
*.py[cod] | ||
*.sw[op] | ||
|
||
# specific files | ||
code-context.txt | ||
|
||
# cloud shell | ||
.theia | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.