File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ We actively welcome your pull requests.
12123 . If you've changed APIs, update the documentation.
13134 . Ensure the test suite passes.
14145 . Make sure your code lints.
15- 6 . If you haven't already, complete the Contributor License Agreement ("CLA").
1615
1716### PR Description Format
1817
@@ -54,13 +53,6 @@ Example:
5453- Deprecated setup scripts
5554```
5655
57- ## Contributor License Agreement ("CLA")
58-
59- In order to accept your pull request, we need you to submit a CLA. You only need
60- to do this once to work on any of Facebook's open source projects.
61-
62- Complete your CLA here: < https://code.facebook.com/cla >
63-
6456## Issues
6557
6658We use GitHub issues to track public bugs. Please ensure your description is
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ async def xml_to_tools_transform(chat: "Chat") -> "Chat": # noqa: PLR0912
373373 message .remove_slices (XmlToolCall )
374374
375375 # Convert our tool responses
376- # TODO: handle cased where multiple tool responses are present
376+ # TODO: handle cases where multiple tool responses are present
377377
378378 for message in chat .all :
379379 if (tool_response := message .try_parse (ToolResponse )) is None :
You can’t perform that action at this time.
0 commit comments