rguo12 commited on
Commit
3dddcac
·
verified ·
1 Parent(s): b0227a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -13,7 +13,7 @@ Use this model to improve API tool descriptions for LLM Agents.
13
  For information on how to do inference or training on this model go to the [Agent Tool Interface Optimizer](https://github.com/intuit-ai-research/tool-optimizer).
14
 
15
 
16
- SFT prompt (Trace-free)
17
  ```
18
  You are an API documentation specialist.
19
 
@@ -49,6 +49,8 @@ Output ONLY valid JSON (no markdown, no code blocks):
49
  {{"description": "<your improved API description here>"}}
50
  ```
51
 
 
 
52
  Example (Before vs After)
53
 
54
 
 
13
  For information on how to do inference or training on this model go to the [Agent Tool Interface Optimizer](https://github.com/intuit-ai-research/tool-optimizer).
14
 
15
 
16
+ SFT prompt (Trace-free), you can use for inference without execution traces.
17
  ```
18
  You are an API documentation specialist.
19
 
 
49
  {{"description": "<your improved API description here>"}}
50
  ```
51
 
52
+
53
+
54
  Example (Before vs After)
55
 
56