node-red-contrib-ai-agent 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,13 +35,13 @@ Your feedback and contributions are highly appreciated!
35
35
 
36
36
  Here's an example flow that tells a joke related to today's date using a custom tool:
37
37
 
38
- ![Today's Joke Flow](/snapshots/todays-joke-flow.png?raw=true "Example flow showing the Today's Joke implementation")
38
+ ![Today's Joke Flow](https://raw.githubusercontent.com/lesichkovm/node-red-contrib-ai-agent/refs/heads/main/snapshots/todays-joke-flow.png "Example flow showing the Today's Joke implementation")
39
39
 
40
40
  ### Flow Output
41
41
 
42
42
  When executed, the flow will generate a joke related to the current date:
43
43
 
44
- ![Today's Joke Output](/snapshots/todays-joke.png?raw=true "Example output showing a date-related joke")
44
+ ![Today's Joke Output](https://raw.githubusercontent.com/lesichkovm/node-red-contrib-ai-agent/refs/heads/main/snapshots/todays-joke.png "Example output showing a date-related joke")
45
45
 
46
46
  ## Basic Usage
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-ai-agent",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "AI Agent for Node-RED",
5
5
  "repository": {
6
6
  "type": "git",