Kazuhiro Sera

Results 624 comments of Kazuhiro Sera

Introducing `EMBEDDING_TIME_IN_SYSTEM_PROMPT = true (default: false)` is a reasonable option. Specifically, regarding OpenAI’s prompt caching: if the prompt is shorter than 1024 tokens, it isn’t cached. This means the app’s...

I tried R2DBC a few years ago. My impression back then is that the library is not so Scala-friendly. If it's feasible to configure R2DBC in this project's way, plus...

Hi @jprecuch, thanks for sharing this. It seems that an underlying module (Markup.js) does it when a given input is undefined ([source](https://github.com/adammark/Markup.js/blob/5fda5972def3a88b8028d6a8d1bafaab6a63067a/src/markup.js#L320 )). Perhaps, to customize the behavior, passing empty...

Hi @MickyLaitkor, thanks for asking the question. >When a user executes a command or triggers a shortcut, we fetch user-specific information from our database, and this process requires access to...

Hi @HarikaKonda01, thanks for asking the question. > i have found that we cant create app configuration tokens programmatically Unfortunately, there is no way to achieve this. Once you create...

>On submit, I am opening another modal first and updating that modal with data later. After that, Im updating the app home view. To open a new modal on top...

"not_authed" indicates the auth.test API call does not have any token (or empty string)

Perhaps, this sounds like org-wide installation scenario (is_enterprise_install: true). I haven't checked the code yet, but if the current token resolution fails due to the E*** team_id, simply querying with...

Converted this PR to draft state; We will hold off merging it untill the server is ready

As @WilliamBergamin mentioned, we maintain support for older versions even though they've been EOLed for some time. Ideally, all real-world applications would quickly migrate to a newer runtime version, but...