Output converter abstraction for parsing LLM output. Framework-agnostic interface that can be implemented by Spring AI converters or others.
the output type
Convert the LLM output string to the target type.
Get the format instructions to include in the prompt. Returns null if no format instructions are needed (e.g., for String output).