n8n-nodes-github-copilot 3.31.12 → 3.31.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,8 +133,11 @@ exports.nodeProperties = [
133
133
  {
134
134
  displayName: "Tools (Optional)",
135
135
  name: "tools",
136
- type: "json",
136
+ type: "string",
137
137
  default: "",
138
+ typeOptions: {
139
+ rows: 10,
140
+ },
138
141
  placeholder: `[
139
142
  {
140
143
  "type": "function",
@@ -155,7 +158,7 @@ exports.nodeProperties = [
155
158
  }
156
159
  ]`,
157
160
  description: "Optional: Array of tools/functions available to the model (OpenAI format). Leave empty if not using function calling.",
158
- hint: "JSON array of tool definitions in OpenAI format. This field is optional.",
161
+ hint: "JSON array of tool definitions in OpenAI format. Leave this field empty if you don't need function calling.",
159
162
  },
160
163
  {
161
164
  displayName: "Tool Choice",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.31.12",
3
+ "version": "3.31.13",
4
4
  "description": "n8n community node for GitHub Copilot with CLI integration, Chat API access, and AI Chat Model for workflows - access GPT-5, Claude, Gemini and more using your Copilot subscription",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/sufficit/n8n-nodes-github-copilot",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "3.31.12",
3
+ "version": "3.31.13",
4
4
  "description": "n8n community node for GitHub Copilot with CLI integration, Chat API access, and AI Chat Model for workflows - access GPT-5, Claude, Gemini and more using your Copilot subscription",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/sufficit/n8n-nodes-github-copilot",