Harshit Joshi
Harshit Joshi
If regex defined for a line is not matched, no warning is shown unlike with other regular fields.
Reading and set default if value is not defined - What all fields can have `_default`? - Should I add as many fields as possible to `fields.yml`?
Even though these two have `_required: true` in `fields.yml` still they are not there in base template which is embedded to PDFs not having any embedded xml. - ` //rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:LineTotalAmount`...
This changes `` MAINTAINER `` to ``LABEL maintainer`` Closes https://github.com/coala/docker-coala-base/issues/245
I have code that looks like this: ``` import os from chainlite import llm_generation_chain, load_config_from_file current_dir = os.path.dirname(os.path.realpath(__file__)) load_config_from_file(os.path.join(current_dir, "llm_config.yaml")) ``` When I run it I get the following error:...
I have multiple agents, and all of them have some agent-specific prompts. The prompts are present inside an agent-specific dir. Like this: ``` - agent_1/ - some_file.py - prompts/ -...