DiTy commited on
Commit
f1e92e2
·
verified ·
1 Parent(s): 81be807

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -255,7 +255,7 @@ Each tool is represented as a JSON object with fields like "name", "description"
255
 
256
  **About the structure of prompt:**
257
  - This model always will answer with new tokens: `<|start_response|>`...*text from model*...`<|end_response|>`. This content is the main one for user and it contains in `assistant` in `content` field.
258
- - This model always starts <u>*thinking*</u> before tool calls with new tokens: `<|start_thinking|>`...*thinking*...<|end_thinking|>. It contains in `assistant` in `tool_plan` field.
259
  - After <u>*thinking*</u> model starts generate tool calls (function calling) with Qwen2.5 tokens (it can be a multiple/parallel calling too):
260
  ```
261
  <tool_call>[
 
255
 
256
  **About the structure of prompt:**
257
  - This model always will answer with new tokens: `<|start_response|>`...*text from model*...`<|end_response|>`. This content is the main one for user and it contains in `assistant` in `content` field.
258
+ - This model always starts <u>*thinking*</u> before tool calls with new tokens: `<|start_thinking|>`...*thinking*...`<|end_thinking|>`. It contains in `assistant` in `tool_plan` field.
259
  - After <u>*thinking*</u> model starts generate tool calls (function calling) with Qwen2.5 tokens (it can be a multiple/parallel calling too):
260
  ```
261
  <tool_call>[