File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,8 @@ async function send(conversation, action) {
2929
3030 let valueType = action . element . getAttribute ( 'openai-value-type' ) ;
3131 content = parseContent ( content , valueType )
32- let elements = queryElements ( { element : action . element , prefix : 'openai' } ) ;
33-
3432
33+ let elements = queryElements ( { element : action . element , prefix : 'openai' } ) ;
3534
3635 let type = action . element . getAttribute ( 'openai-type' ) ;
3736 if ( type === 'form' ) {
@@ -53,6 +52,7 @@ async function send(conversation, action) {
5352 }
5453 }
5554
55+ // ToDo: handle objects that contain method or set a type for method
5656 // const object = extractObjectFromCode(content);
5757 // if (object) {
5858 // const { component, action, data } = object;
You can’t perform that action at this time.
0 commit comments