n8n-nodes-github-copilot 3.38.23 → 3.38.24
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.
|
@@ -65,13 +65,14 @@ class GitHubCopilotChatOpenAI extends openai_1.ChatOpenAI {
|
|
|
65
65
|
tool_calls: choice.message.tool_calls,
|
|
66
66
|
};
|
|
67
67
|
return {
|
|
68
|
-
generations: [{
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
68
|
+
generations: [[{
|
|
69
|
+
text: choice.message.content || "",
|
|
70
|
+
generationInfo: {
|
|
71
|
+
finish_reason: choice.finish_reason,
|
|
72
|
+
},
|
|
73
|
+
message: langchainMessage,
|
|
74
|
+
}]],
|
|
75
|
+
tokenUsage: response.usage,
|
|
75
76
|
};
|
|
76
77
|
}
|
|
77
78
|
catch (error) {
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-github-copilot",
|
|
3
|
-
"version": "3.38.
|
|
3
|
+
"version": "3.38.24",
|
|
4
4
|
"description": "n8n community node for GitHub Copilot with CLI integration, Chat API access, and AI Chat Model for workflows with full tools and function calling support - 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.38.
|
|
3
|
+
"version": "3.38.24",
|
|
4
4
|
"description": "n8n community node for GitHub Copilot with CLI integration, Chat API access, and AI Chat Model for workflows with full tools and function calling support - 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",
|