Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I Found that LLMs are pretty good with TOML. The multiline strings are also a real bonus. One thing I thought that was interesting is that sometimes the LLM will mistake the triple quoutes for the backticks so it will output something like this

  ```
  [TOML]
  key="""
  value
  """
  """


You can instruct the LLM on what the outer markers are.

> Generate some TOML for me, surround the output with a pair of triple equal signs (===).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: