Skip to content

Commit

Permalink
Merge commit '7ed6bf4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Rusia committed Nov 1, 2024
2 parents dfca068 + 7ed6bf4 commit 413ecd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
18 changes: 0 additions & 18 deletions gpt_action_json_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,24 +324,6 @@
],
"title": "ValidationError"
},
"Writefile": {
"properties": {
"file_path": {
"type": "string",
"title": "File Path"
},
"file_content": {
"type": "string",
"title": "File Content"
}
},
"type": "object",
"required": [
"file_path",
"file_content"
],
"title": "Writefile"
},
"WritefileWithUUID": {
"properties": {
"file_path": {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
from unittest.mock import patch, mock_open
from src.wcgw.basic import text_from_editor, save_history, parse_user_message_special, Config
from src.wcgw.client.basic import text_from_editor, save_history, parse_user_message_special, Config
import os
import tempfile
import json
Expand Down
4 changes: 2 additions & 2 deletions tests/test_tools.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
from unittest.mock import patch
from src.wcgw.tools import render_terminal_output, ask_confirmation, Confirmation
from types_ import Writefile
from src.wcgw.client.tools import render_terminal_output, ask_confirmation, Confirmation
from src.wcgw.types_ import Writefile


class TestTools(unittest.TestCase):
Expand Down

0 comments on commit 413ecd3

Please sign in to comment.