Skip to content

Commit

Permalink
Bump up version, update gpt json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rusiaaman committed Dec 30, 2024
1 parent 0ac067f commit e7516ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
24 changes: 6 additions & 18 deletions gpt_action_json_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,6 @@
"schemas": {
"BashInteractionWithUUID": {
"properties": {
"type": {
"type": "string",
"const": "BashInteraction",
"title": "Type"
},
"send_text": {
"anyOf": [
{
Expand Down Expand Up @@ -366,9 +361,9 @@
"title": "User Id"
}
},
"additionalProperties": false,
"type": "object",
"required": [
"type",
"user_id"
],
"title": "BashInteractionWithUUID"
Expand Down Expand Up @@ -408,6 +403,7 @@
"title": "User Id"
}
},
"additionalProperties": false,
"type": "object",
"required": [
"file_path",
Expand All @@ -431,11 +427,6 @@
},
"InitializeWithUUID": {
"properties": {
"type": {
"type": "string",
"const": "Initialize",
"title": "Type"
},
"any_workspace_path": {
"type": "string",
"title": "Any Workspace Path"
Expand All @@ -453,9 +444,9 @@
"title": "User Id"
}
},
"additionalProperties": false,
"type": "object",
"required": [
"type",
"any_workspace_path",
"initial_files_to_read",
"user_id"
Expand All @@ -471,21 +462,16 @@
"type": "array",
"title": "File Paths"
},
"type": {
"type": "string",
"const": "ReadFiles",
"title": "Type"
},
"user_id": {
"type": "string",
"format": "uuid",
"title": "User Id"
}
},
"additionalProperties": false,
"type": "object",
"required": [
"file_paths",
"type",
"user_id"
],
"title": "ReadFileWithUUID"
Expand All @@ -503,6 +489,7 @@
"title": "User Id"
}
},
"additionalProperties": false,
"type": "object",
"required": [
"should_reset",
Expand Down Expand Up @@ -559,6 +546,7 @@
"title": "User Id"
}
},
"additionalProperties": false,
"type": "object",
"required": [
"file_path",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
authors = [{ name = "Aman Rusia", email = "gapypi@arcfu.com" }]
name = "wcgw"
version = "2.6.1"
version = "2.6.2"
description = "Shell and coding agent on claude and chatgpt"
readme = "README.md"
requires-python = ">=3.11, <3.13"
Expand Down

0 comments on commit e7516ed

Please sign in to comment.