Giter Club home page Giter Club logo

Comments (6)

LittleLittleCloud avatar LittleLittleCloud commented on July 20, 2024

Did you add the ‘AutoGen.SourceGenerator’ package to your project?

from autogen.

lidisi8520 avatar lidisi8520 commented on July 20, 2024

Did you add the ‘AutoGen.SourceGenerator’ package to your project?

Thanks. After adding this package, this issue has been resolved

from autogen.

lidisi8520 avatar lidisi8520 commented on July 20, 2024

image
在安装了之后,新生成的类中,没有找到这个依赖,我并不清楚是缺少什么包导致的,有遇到过这个问题的,可以帮帮我一下吗。

from autogen.

lidisi8520 avatar lidisi8520 commented on July 20, 2024

Did you add the ‘AutoGen.SourceGenerator’ package to your project?

image
在安装了之后,新生成的类中,没有找到这个依赖,我并不清楚是缺少什么包导致的,
可以帮帮我一下吗。

from autogen.

LittleLittleCloud avatar LittleLittleCloud commented on July 20, 2024

看起来是namespace confliction因为你的namespace是‘Edonsoft.AIManagement.Azure’. 然后FunctionDefinition的命名空间是Azure.AI. 所以它就去Edonsoft.AIManagement.Azure.AI 去找FunctionDefinition了

我可以在下一版的source generator里加上global关键词,目前最快的fix应该是改namespace (比如把 Edonsoft.AIManagement.Azure改成Edonsoft.AIManagement.AzureAI)

from autogen.

lidisi8520 avatar lidisi8520 commented on July 20, 2024

看起来是namespace confliction因为你的namespace是‘Edonsoft.AIManagement.Azure’. 然后FunctionDefinition的命名空间是Azure.AI. 所以它就去Edonsoft.AIManagement.Azure.AI 去找FunctionDefinition了

我可以在下一版的source generator里加上global关键词,目前最快的fix应该是改namespace (比如把 Edonsoft.AIManagement.Azure改成Edonsoft.AIManagement.AzureAI)

好的,谢谢答复。我们这边修改项目内部的命名空间

from autogen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.