mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 21:37:21 +00:00
* feat(functions): add peg-based parsing Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * feat: support returning toolcalls directly from backends Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * chore: do run PEG only if backend didn't send deltas Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io> |
||
|---|---|---|
| .. | ||
| grammars | ||
| peg | ||
| chat_deltas.go | ||
| function_structure.go | ||
| functions.go | ||
| functions_suite_test.go | ||
| functions_test.go | ||
| iterative_parser.go | ||
| json_mode.go | ||
| json_stack_parser.go | ||
| parse.go | ||
| parse_test.go | ||
| peg_integration.go | ||
| peg_integration_test.go | ||