Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add knowledge to the Declarative Agent #13158

Draft
wants to merge 17 commits into
base: dev
Choose a base branch
from
Draft

Conversation

huimiu
Copy link
Member

@huimiu huimiu commented Feb 10, 2025

// TODO: To be implemented
break;
case KnowledgeSourceOptions.oneDriveSharePoint().id:
result = await this.addOneDriveSharePointKnowledge(inputs, agentManifestPath);

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to result here is unused.
let result: Result<undefined, FxError>;
switch (inputs.knowledgeSource) {
case KnowledgeSourceOptions.webSearch().id:
result = await this.addWebSearchKnowledge(inputs, agentManifestPath);

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to result here is unused.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants