display RO / RW context (--verbose)#1054
Conversation
|
I think token_limit is currently too low, thoughts @aseembits93 |
|
|
||
| if analyzer.found_any_target_function: | ||
| logger.debug(f"Test file {test_file_path} imports target function: {analyzer.found_qualified_name}") | ||
| # logger.debug(f"Test file {test_file_path} imports target function: {analyzer.found_qualified_name}") |
There was a problem hiding this comment.
why to keep the logs as comments when commenting.
There was a problem hiding this comment.
just in case we want to bring them back
Did we got quote increase from foundary? |
Saga4
left a comment
There was a problem hiding this comment.
Looks good for experiment but unsure if we want to expose this much info behind verbose flag or some other flag.
|
@Saga4 I noticed functions that call a lot of other functions brings in a lot of context which caused it to hit the cap somewhere |
|
well --verbose is only used for debugging so far which is where it fits best imo |
|
looking into token limits right now |

No description provided.