We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83b5692 + f955610 commit 5fb16ccCopy full SHA for 5fb16cc
1 file changed
renderers/angular/a2ui_explorer/src/app/agent-stub-v08.service.ts
@@ -45,7 +45,6 @@ export class AgentStubV08Service extends AgentStubService {
45
private actionSub?: {unsubscribe: () => void};
46
47
override dataModel = computed(() => {
48
- this.messageProcessorV08.version();
49
const surfaceId = this.surfaceId();
50
if (!surfaceId) return {};
51
const surfaces = this.messageProcessorV08.getSurfaces();
0 commit comments