create Object If Possible
Try to create an object of the given type with thinking block extraction.
Similar to createObject but designed for scenarios where the conversion might fail. Returns thinking blocks even when object creation fails.
Return
Response with potentially null result but always available thinking blocks
Parameters
The type of object to create
The text prompt to send to the LLM
The class of the object to create
Try to create an object from messages with thinking block extraction.
Return
Response with potentially null result but always available thinking blocks
Parameters
The type of object to create
The conversation messages to send to the LLM
The class of the object to create
Try to create an object from multimodal content with thinking block extraction.
Return
Response with potentially null result but always available 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