Commit Graph

55 Commits

Author SHA1 Message Date
Ricardo Espinoza
7f7b44ae7c fix: Make sure modals are listed when using a free AI credits credential in the OpenAI node (#16030) 2025-06-06 12:09:51 -04:00
Yiorgis Gozadinos
e662998c67 fix(Anthropic Chat Model Node): Fix LmChatAnthropic node to work when both thinking is enabled and tools used (#16010) 2025-06-05 13:33:51 +02:00
कारतोफ्फेलस्क्रिप्ट™
7c806ff532 refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
jeanpaul
027a479172 fix(OpenAI Node): Hide the option to return URL for gpt-image-1 model (#15392) 2025-05-15 08:55:15 +02:00
Eugene
a0a4476175 chore: Rename Test workflow -> Execute workflow (#15112) 2025-05-13 09:35:41 +02:00
कारतोफ्फेलस्क्रिप्ट™
979f9e6327 refactor: Overhaul nodes-testing setup - Part 3 (no-changelog) (#14967) 2025-04-29 17:42:21 +02:00
Yiorgis Gozadinos
11379bf656 feat(OpenAI Node): Support gpt-image-1 for image generation (#14870) 2025-04-24 14:10:07 +02:00
Yiorgis Gozadinos
0e2eceb33f feat(OpenAI Node): Filter available models by blacklisting rather than whitelisting (#14780) 2025-04-23 11:09:16 +02:00
jeanpaul
5bf10cdb4a fix(OpenAI Node): Show correct inputs for AI node (#14142) 2025-03-24 19:45:53 +01:00
Alex Grozav
8215e0b59f refactor: Migrate NodeConnectionType to const object type (no-changelog) (#14078)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-03-21 14:01:26 +02:00
कारतोफ्फेलस्क्रिप्ट™
d3bc80c22b fix(core): Do not use url.includes to check for domain names (#13802) 2025-03-19 12:29:00 +01:00
कारतोफ्फेलस्क्रिप्ट™
bd87728215 fix(OpenAI Node): Do not report openai RateLimitErrors to Sentry (no-changelog) (#13637) 2025-03-03 13:48:28 +01:00
Jaakko Husso
4fa666b976 feat(editor): Rename 'Text' fields on AI nodes to 'Prompt' (#13416) 2025-02-21 18:38:14 +02:00
jeanpaul
f057cfb46a fix(OpenAI Node): Limit chat history to context window when using memory (#13137) 2025-02-10 15:41:13 +01:00
jeanpaul
37d152c148 feat(OpenAI Chat Model Node, OpenAI Node): Include o3 models in model selection (#13005) 2025-02-03 12:56:07 +01:00
oleg
7cc553e3b2 fix(OpenAI Chat Model Node): Fix loading of custom models when using custom credential URL (#12634) 2025-01-17 09:30:02 +01:00
Ricardo Espinoza
f78ccebe51 fix(OpenAI Node): Update node to account for URL in credentials (#12356) 2024-12-30 15:51:49 -05:00
Ricardo Espinoza
4d8e9cfc61 refactor: Move OpenAI Base URL option to credentials (#12175) 2024-12-17 09:12:15 -05:00
कारतोफ्फेलस्क्रिप्ट™
2ce1644d01 refactor(core): Shovel around more of AI code (no-changelog) (#12218) 2024-12-16 13:46:19 +01:00
Mutasem Aldmour
7b20f8aaa8 fix(OpenAI Node): Allow updating assistant files (#12042) 2024-12-06 14:06:21 +01:00
oleg
4dde287cde fix(OpenAI Node): Remove preview chatInput parameter for Assistant:Messsage operation (#11825) 2024-11-21 14:31:00 +01:00
Ivan Atanasov
1987363f79 fix(editor): Add documentation link to insufficient quota message (#11777) 2024-11-19 16:28:02 +01:00
oleg
565f8cd8c7 feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
Eugene
57467d0285 fix(core): Improve model sub-nodes error handling (#11418) 2024-11-08 10:17:11 +01:00
Eugene
5a1d81ad91 fix(OpenAI Node): Fix tool parameter parsing issue (#11201) 2024-10-10 13:50:30 +02:00
oleg
6a2f9e7295 feat(OpenAI Node): Allow to specify thread ID for Assistant -> Message operation (#11080) 2024-10-07 09:58:28 +02:00
Eugene
ab83c4b416 fix(OpenAI Node, Basic LLM Chain Node, Tool Agent Node): Better OpenAI API rate limit errors (#10797) 2024-09-18 10:52:10 +02:00
oleg
b2b1abc531 feat(OpenAI Node): Include O1 models in the models select (#10801) 2024-09-12 21:09:59 +02:00
oleg
5c47a5f691 feat(OpenAI Node): Add Max Tools Iteration parameter and prevent tool calling after execution is aborted (#10735) 2024-09-11 15:49:38 +02:00
oleg
4e89912588 fix(OpenAI Chat Model Node): Prevent filtering of fine-tuned models in model selector (#10662) 2024-09-09 11:12:22 +02:00
Michael Kret
9fa1a9aa99 fix: Disable errors obfuscation (no-changelog) (#10617) 2024-08-30 10:59:30 +03:00
Ricardo Espinoza
c4eb3746d7 refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04:00
Michael Kret
0d3ed46199 fix(OpenAI Node): Throw node operations error in case of openAi client error (#10448)
Co-authored-by: Shireen Missi <shireen@n8n.io>
2024-08-16 15:59:50 +01:00
Eugene
a936680768 feat(HTTP Request Tool Node): Use DynamicStructuredTool with models supporting it (no-changelog) (#10246) 2024-08-07 11:20:17 +02:00
Michael Kret
b7aea957b8 feat: Do not show errors not processed by n8n (no-changelog) (#9598)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-20 08:45:00 +03:00
oleg
1fdd657a0c feat(OpenAI Node): Allow to select Image analyze model & improve types (#9660)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-07 14:37:04 +02:00
Elias Meire
600013a1ab feat: Add support for dark mode node icons and colors (#9412)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2024-06-06 13:34:30 +02:00
oleg
5322802992 feat(editor): Chat Trigger tweaks (#9618)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-06-04 17:24:18 +02:00
oleg
be4f54de15 feat(editor): Node Creator AI nodes improvements (#9484)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-30 16:53:33 +02:00
oleg
ce3eb12a6b feat(OpenAI Node): Use v2 assistants API and add support for memory (#9406)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-16 16:24:19 +02:00
oleg
f05d96cea0 refactor: Update Langchain dependencies (no-changelog) (#9252)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-04-29 16:15:42 +02:00
Michael Kret
58156eeeec fix(OpenAI Node): Allow to pass files ids as comma separated string in expressions (no-changelog) (#9240) 2024-04-29 15:02:15 +03:00
oleg
936682eeaa feat(core): Improve Langsmith traces for AI executions (#9081)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-04-08 22:51:49 +02:00
Michael Kret
054a4fce1a fix: OpenAI Node function to preserve original tools after node execution (#8872)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-03-13 18:13:15 +02:00
Michael Kret
cef7c24b77 fix: OpenAI node text > message hide tools connector for unsupported models (#8866)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-03-12 17:23:00 +02:00
Giulio Andreini
5301323906 feat(editor): Improve errors in output panel (#8644)
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-03-07 18:08:01 +02:00
oleg
0f7ae3f50a refactor: Update Langchain to 0.1.41 & add support for Claude 3 (#8825)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-03-07 11:36:36 +01:00
Kate Mueller
3a7a6c8d6c docs: Update OpenAI Node primaryDocumentation URL to match docs URL change (#8743) 2024-03-06 10:02:02 +00:00
Michael Kret
e38e96bbec fix(OpenAI Node): Message text operation parameters case fix (#8804) 2024-03-05 15:46:03 +02:00
Michael Kret
75e4df138f fix: AI agents, throw error on duplicate names in dynamic tools (#8766)
Co-authored-by: oleg <me@olegivaniv.com>
2024-02-29 13:28:38 +02:00