Skip to content

Commit bd9910d

Browse files
committed
Merge branch 'dev'
2 parents 3602c93 + d28818b commit bd9910d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/text/src/text_communication_protocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class TextCommunicationProtocol implements CommunicationProtocol {
9191
if (data && typeof data === 'object' && (data.openapi || data.swagger || data.paths)) {
9292
this._log_info('Detected OpenAPI specification. Converting to UTCP manual.');
9393
const converter = new OpenApiConverter(data, {
94-
specUrl: textCallTemplate.file_path ? `file://${sourceInfo}` : 'direct-content://',
94+
specUrl: textCallTemplate.content ? 'direct-content://' : `file://${sourceInfo}`,
9595
callTemplateName: textCallTemplate.name,
9696
authTools: textCallTemplate.auth_tools || undefined,
9797
});

0 commit comments

Comments
 (0)