Commit c51ac91
authored
Bugfix: None was being appended to output path for batch-endpoint invoke command and wasn't picking up the override output path (#36089)
* Reverting models to make sure calls to the simulator work
* quotes
* Spellcheck fixes
* ignore the models for doc generation
* Fixed the quotes on f strings
* pylint skip file
* Support for summarization
* Adding a limit of 2 conversation turns for all but conversation simulators
* exclude synthetic from mypy
* Another lint fix
* Skip the file causing linting issues
* Bugfix on output to json_qa_lines and empty response from callbacks
* Skip pylint
* Add if/else on message to eval json util
* adding max_simulation_results for sync call
* Bugfix: None was being added to the end of the output path1 parent 323fdc7 commit c51ac91
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
224 | 229 | | |
0 commit comments