Update openai-functions.md

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-05-10 17:05:16 +02:00 committed by GitHub
parent 88d0aa1e40
commit 9e8b34427a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,8 +86,8 @@ The functions calls maps automatically to grammars which are currently supported
```yaml
function:
no_grammar: true
response_regex: "..."
no_grammar: true
response_regex: "..."
```
The response regex have to be a regex with named parameters to allow to scan the function name and the arguments. For instance, consider: