patrickvonplaten commited on
Commit
08d01e0
·
verified ·
1 Parent(s): 913505a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -255,7 +255,7 @@ _Example Tool Calls_:
255
  <details>
256
  <summary>Expand</summary
257
 
258
- ```
259
  [ChatCompletionMessageFunctionToolCall(id='bpa6vHYPz', function=Function(arguments='{"code": "inductive State where\\n | idle\\n | busy\\n | error\\n\\ndef transition : State → State → Bool\\n | .idle, .busy => true\\n | .busy, .idle => true\\n | .busy, .error => true\\n | _, _ => false\\n\\n#eval transition .idle .busy"}', name='lean_run_code'), type='function')]
260
  ```
261
  </details>
 
255
  <details>
256
  <summary>Expand</summary
257
 
258
+ ```python
259
  [ChatCompletionMessageFunctionToolCall(id='bpa6vHYPz', function=Function(arguments='{"code": "inductive State where\\n | idle\\n | busy\\n | error\\n\\ndef transition : State → State → Bool\\n | .idle, .busy => true\\n | .busy, .idle => true\\n | .busy, .error => true\\n | _, _ => false\\n\\n#eval transition .idle .busy"}', name='lean_run_code'), type='function')]
260
  ```
261
  </details>