create Object
Create an object of the given type with thinking block extraction.
Uses the given prompt and LLM options from context to generate a structured object while capturing the LLM's reasoning process.
Return
Response containing both the converted object and extracted thinking blocks
Parameters
The type of object to create
The text prompt to send to the LLM
The class of the object to create
Create an object from messages with thinking block extraction.
Return
Response containing both the converted object and extracted thinking blocks
Parameters
The type of object to create
The conversation messages to send to the LLM
The class of the object to create
Create an object from multimodal content with thinking block extraction.
Return
Response containing both the converted object and extracted thinking blocks
Parameters
The type of object to create
The multimodal content (text + images) to send to the LLM
The class of the object to create