▲ | outlore 4 hours ago | ||||||||||||||||||||||||||||||||||||||||||||||
i am curious: why this instead of feeding your LLM an OpenAPI spec? | |||||||||||||||||||||||||||||||||||||||||||||||
▲ | jasonjmcghee 3 hours ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
It's not about the interface to make a request to a server, it's about how the client and server can interact. For example: When and how should notifications be sent and how should they be handled? --- It's a lot more like LSP. | |||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||
▲ | pizza 3 hours ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
I think OpenAI spec function calls are to this like what raw bytes are to unix file descriptors | |||||||||||||||||||||||||||||||||||||||||||||||
▲ | quotemstr 3 hours ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||
Same reason in Emacs we use lsp-mode and eglot these days instead of ad-hoc flymake and comint integrations. Plug and play. |