feat(doc): update gpt-oss readme (#3029) [skip ci]

* feat(doc): update gpt-oss readme

* fix: caps

* feat: add toolcalling section

* feat: add example tool dataset to docs

* chore: update
This commit is contained in:
NanoCode012
2025-08-07 20:26:42 +07:00
committed by GitHub
parent 597953bef0
commit ca796fb56e
2 changed files with 71 additions and 8 deletions

View File

@@ -212,10 +212,11 @@ Instead of passing `tools` via the system prompt, an alternative method would be
Tools need to follow [JSON schema](https://json-schema.org/learn/getting-started-step-by-step).
:::
Example config for Llama4:
```yaml
chat_template: llama4
datasets:
- path: ...
- path: Nanobit/text-tools-2k-test
type: chat_template
# field_tools: tools # default is `tools`
```