DEFAULT

Default formatter that formats each binding value using:

  1. PromptContributor.contribution() if implemented

  2. HasInfoString.infoString() if implemented

  3. toString() otherwise

Multiple bindings are joined with newlines.