@comate/zulu 0.2.0-beta.1 → 0.2.1-beta.2

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.
@@ -1132,6 +1132,10 @@ interface ToolCallMessageSpec {
1132
1132
  content?: string;
1133
1133
  url?: string;
1134
1134
  toolName?: string;
1135
+ images?: Array<{
1136
+ path: string;
1137
+ name: string;
1138
+ }>;
1135
1139
  };
1136
1140
  displayResult: EmptyObject;
1137
1141
  };
@@ -17,11 +17,11 @@ const fetchWithTimeout = (url, options, timeout = 60000)=>{
17
17
  ]);
18
18
  };
19
19
 
20
- const defaultAbilityUrl = 'http://10.138.35.63:8233/bpm/default';
21
- const legoAbilityUrl = 'http://10.138.35.63:8233/bpm/lego';
22
- const envSearchUrl = 'http://10.138.35.63:8233/bpm/env';
23
- const bpmApiQueryUrl = 'http://10.138.35.63:8233/bpm/api';
24
- const legoWidgetUrl = 'http://10.138.35.63:8233/bpm/lego/widget';
20
+ const defaultAbilityUrl = 'http://10.138.182.237:8233/bpm/default';
21
+ const legoAbilityUrl = 'http://10.138.182.237:8233/bpm/lego';
22
+ const envSearchUrl = 'http://10.138.182.237:8233/bpm/env';
23
+ const bpmApiQueryUrl = 'http://10.138.182.237:8233/bpm/api';
24
+ const legoWidgetUrl = 'http://10.138.182.237:8233/bpm/lego/widget';
25
25
 
26
26
  class HelpFallbackProvider extends FallbackProvider {
27
27
  static{