-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Issue - Needs InfoMissing details or unclear. Waiting on author to provide more context.Missing details or unclear. Waiting on author to provide more context.bugSomething isn't workingSomething isn't working
Description
Which version of the app are you using?
3.8.5
Which API Provider are you using?
LM Studio
Which Model are you using?
meta-llama-3.1-8b-instruct
What happened?
There are *.cs files in the directory, but list_code_definition_names does not yield any source code definitions
<list_files>
<path>src/Common/</path>
<recursive>true</recursive>
</list_files>
[list_files for 'src/Common/'] Result:
Graph/
Graph/Dtos/
Graph/Dtos/GraphRoute.cs
<list_code_definition_names>
<path>src/Common/</path>
<recursive>true</recursive>
</list_code_definition_names
[list_code_definition_names for 'src/Common/'] Result:
No source code definitions found.
Steps to reproduce
<list_files>
<path>src/Common/</path>
<recursive>true</recursive>
</list_files>
<list_code_definition_names>
<path>src/Common/</path>
<recursive>true</recursive>
</list_code_definition_names
Relevant API REQUEST output
Additional context
No response
dosubot and sagos95
Metadata
Metadata
Assignees
Labels
Issue - Needs InfoMissing details or unclear. Waiting on author to provide more context.Missing details or unclear. Waiting on author to provide more context.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done