get Format
Returns the format description from the delegate converter.
This method is part of the StructuredOutputConverter interface's org.springframework.ai.converter.FormatProvider functionality. The format string provides instructions to the LLM about how to structure its response. This implementation simply forwards to the delegate's format, maintaining the decorator pattern.
Return
The format description string from the delegate, or null if the delegate doesn't provide one