Skip to content

Commit 81b0f3c

Browse files
committed
11.02.18: fully-expanded prompts to docs, logic work-arounds, docs/logic, logic learning
1 parent ee03fc8 commit 81b0f3c

File tree

9 files changed

+451
-258
lines changed

9 files changed

+451
-258
lines changed

Diff for: api_logic_server_cli/api_logic_server.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
1313
'''
1414

15-
__version__ = "11.02.16"
15+
__version__ = "11.02.18"
1616
recent_changes = \
1717
f'\n\nRecent Changes:\n' +\
18-
"\t10/14/2024 - 11.02.16: fully-expanded promts to docs, logic work-arounds, docs/logic \n"\
18+
"\t10/15/2024 - 11.02.18: fully-expanded prompts to docs, logic work-arounds, docs/logic, logic learning \n"\
1919
"\t10/11/2024 - 11.02.14: NL/Logic with test data calcs, sra 10-07-2024, genai-logic, cs, iteration rebuild \n"\
2020
"\t10/07/2024 - 11.02.06: sra 10-7-2024 (constraint handling) \n"\
2121
"\t10/01/2024 - 11.02.05: logic bank dup derivations detected, sra 10-1-2024 \n"\

Diff for: api_logic_server_cli/genai.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(self, project: Project):
8181
log.info(f'.. retry from [repaired] response file: {self.project.genai_repaired_response}')
8282

8383
self.project.from_model = f'system/genai/temp/create_db_models.py' # we always write the model to this file
84-
self.ensure_system_dir_exists() # so we can write to system/genai/temp
84+
self.ensure_system_dir_exists() # ~ manager, so we can write to system/genai/temp
8585
self.delete_temp_files()
8686
self.prompt = ""
8787
""" `--using` - can come from file or text argument """

0 commit comments

Comments
 (0)