Skip to content

list_code_definition_names not working for C#Β #1615

@dominik-niebuhr

Description

@dominik-niebuhr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue - Needs InfoMissing details or unclear. Waiting on author to provide more context.bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions