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

[JS] feat: File download support, vision support, and vision sample #913

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Merge branch 'main' into stevenic/gpt-vision
corinagum authored Dec 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 31c7e3ae75f482ebd44ed1a31da7f45ba3a532ba
7 changes: 7 additions & 0 deletions js/packages/teams-ai/src/Application.ts
Original file line number Diff line number Diff line change
@@ -22,11 +22,18 @@ import { ReadReceiptInfo } from 'botframework-connector';

import { AdaptiveCards, AdaptiveCardsOptions } from './AdaptiveCards';
import { AI, AIOptions } from './AI';
import { Meetings } from './Meetings';
import { MessageExtensions } from './MessageExtensions';
import { TaskModules, TaskModulesOptions } from './TaskModules';
import { AuthenticationManager, AuthenticationOptions } from './authentication/Authentication';
import { TurnState } from './TurnState';
import { InputFileDownloader } from './InputFileDownloader';
import {
deleteUserInSignInFlow,
setTokenInState,
setUserInSignInFlow,
userInSignInFlow
} from './authentication/BotAuthenticationBase';

/**
* @private
You are viewing a condensed version of this merge commit. You can view the full changes here.