dhodun
dhodun
v1.36.1 Macos Skaffold delete will fail if the config includes a helm chart that isn't found on the cluster. This can easily happen if a deployment is only partially successful,...
Hi Team, Was hoping that the Meta: tags would get inherited but they seem not to be? It would be super helpful Use cases: - Creating a BaseModel(Model) class where...
As far as I can tell, the only operator that will work on `__name__` / ID field is `in`: https://cloud.google.com/firestore/docs/query-data/queries#query_operators The errors out of Firestore API are generally pretty clear,...
**Issue:** If users use the implicit `id` field as a normal field, the new `_is_id_field()` method will still replace it. https://github.com/octabytes/FireO/blob/e59a1a92b85df026063fcd73a62723eaeb055beb/src/fireo/queries/filter_query.py#L300 ```python class TestModel(Model): custom_id = IDField() id = TextField()...
First pass at resolving: https://github.com/promptfoo/promptfoo/issues/3099 Looking for feedback before I continue. Questions: - Letting `maybeLoadFromExternalFile` run scripts, is this ok idea? - This would allow pretty much any file loads...
**Is your feature request related to a problem? Please describe.** Currently I can load tool definitions from external file, but only static. I want to be able to provide in...
Various functions to move from `util/index.ts` to `/util/file.ts`. Update appropriate tests. https://github.com/promptfoo/promptfoo/blob/main/src/util/index.ts
Half the providers render vars and env variable sin path names, half do not. https://github.com/promptfoo/promptfoo/blob/fb8d42c1c2122041f3af0b1a9adac1b0632cc98c/src/providers/azure.ts#L605 Make this consistent and hide this function in something like `maybeLoadToolsFromExternalFile`
While creating this bug https://github.com/modelcontextprotocol/inspector/issues/137, I had to load up the package version on CLI. For a lower-level debug tool like MCP Inspector, would be nice to see the verison...