- Issue created by @siva01
- πΊπΈUnited States kevinquillen
Yes, it will be expanded upon so you can select which longtext field to summarize. In its current form, its based against node fields, so I am not sure how to make it paragraphs aware yet.
- πΊπΈUnited States kevinquillen
Circling back on this. I have noticed just a couple of things.
- It would be nice if you could 'replace' the response into a given field.
- It would be nice if you could use the same tools from the Node creation form (may require JS?)
- Definitely need to be able to select from a list of all text based fields on the node object instead of assume body only.The third point I can go after right away.
- πΊπΈUnited States DrupalRanger
Is the issue that the body field must exist for the search to take place. For instance, a node that has several long text fields but none of them are the body text field. If the body text field is not present the search cannot happen. However, if the body text field is present but left blank the search proceeds and looks at the remaining text fields?
- πΊπΈUnited States kevinquillen
The issue is that the user does not have the ability to select which field to look at right now, and body is hardcoded.
I believe there is a patch here: π openai_content functionalities appear only on edition and not on creation Fixed
- Status changed to Fixed
over 1 year ago 8:28pm 22 May 2023 - πΊπΈUnited States kevinquillen
This has been fixed: π openai_content functionalities appear only on edition and not on creation Fixed
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
12 months ago 1:38pm 4 December 2023 - π¬π·Greece _dcre_
@kevinquillen this is not fixed. unless i understand something wrong, identification of text fields within paragraphs is not supported yet. So to return to the initial issue description, if body is removed from the content type and the basic content text field is within a paragraph, its not identified by the openai module as candidate for summarise etc