Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/AI-Red-Teaming-Playground-Labs
/ functions
Functions
490 in github.com/microsoft/AI-Red-Teaming-Playground-Labs
⨍
Functions
490
◇
Types & classes
223
↳
Endpoints
15
Function
SetEndpointTokenNextRefresh
(endpoint int, modelName string, tokenAvailable int, requestAvailable int, nextRefresh time.Time)
src/loadbalancer/internal/services/orchestrator/endpoint.go:78
Function
SettingSection
({ setting, contentOnly })
src/chat-copilot/webapp/src/components/header/settings-dialog/SettingSection.tsx:30
Function
SettingsDialog
({ open, closeDialog })
src/chat-copilot/webapp/src/components/header/settings-dialog/SettingsDialog.tsx:57
Function
SettingsDialog
()
src/chat-score/webapp/src/components/SettingsDialog.tsx:27
Function
ShareBotMenu
({ chatId, chatTitle })
src/chat-copilot/webapp/src/components/chat/controls/ShareBotMenu.tsx:19
Method
Shutdown
()
src/loadbalancer/internal/services/reverseproxy/reverseproxy.go:202
Method
Shutdown
()
src/loadbalancer/internal/services/orchestrator/orchestrator.go:78
Function
ShutdownAll
ShutdownAll the services in the pool
src/loadbalancer/internal/services/service.go:49
Function
SimplifiedNewBotMenu
()
src/chat-copilot/webapp/src/components/chat/chat-list/bot-menu/SimplifiedNewBotMenu.tsx:14
Function
SortControlled
()
src/challenge-home/webapp/src/table.tsx:60
Function
StandardRepliesTable
({onSelectReply})
src/chat-score/webapp/src/components/StandardRepliesTable.tsx:58
Method
Start
()
src/loadbalancer/internal/services/reverseproxy/reverseproxy.go:196
Method
Start
()
src/loadbalancer/internal/services/orchestrator/orchestrator.go:73
Function
StartAll
StartAll the services in the pool
src/loadbalancer/internal/services/service.go:36
Function
StepwiseStepView
({ step, index })
src/chat-copilot/webapp/src/components/chat/prompt-dialog/stepwise-planner/StepwiseStepView.tsx:40
Function
StepwiseThoughtProcessView
({ thoughtProcess })
src/chat-copilot/webapp/src/components/chat/prompt-dialog/stepwise-planner/StepwiseThoughtProcessView.tsx:36
Function
TabView
({ title, learnMoreDescription, learnMoreLink, children })
src/chat-copilot/webapp/src/components/chat/tabs/TabView.tsx:27
Function
TokenUsageBar
({ details, totalUsage })
src/chat-copilot/webapp/src/components/token-usage/TokenUsageBar.tsx:12
Function
TokenUsageGraph
({ promptView, tokenUsage })
src/chat-copilot/webapp/src/components/token-usage/TokenUsageGraph.tsx:69
Function
TokenUsageLegendItem
({ name, usageCount, items, color })
src/chat-copilot/webapp/src/components/token-usage/TokenUsageLegendItem.tsx:39
Function
TokenUsageLegendLabel
({ details })
src/chat-copilot/webapp/src/components/token-usage/TokenUsageLegendLabel.tsx:12
Function
TypingIndicator
()
src/chat-copilot/webapp/src/components/chat/typing-indicator/TypingIndicator.tsx:27
Function
UserFeedbackActions
({ messageIndex })
src/chat-copilot/webapp/src/components/chat/chat-history/UserFeedbackActions.tsx:24
Function
UserSettingsMenu
({ setLoadingState })
src/chat-copilot/webapp/src/components/header/UserSettingsMenu.tsx:42
Method
__init__
(self, r: Redis, lock: RedisLock, socketio: SocketIO)
src/chat-score/webapi/worker/tasks/tick.py:17
Method
__init__
(self, connection_model: ConnectionModel, conversation_model: ConversationModel
src/chat-score/webapi/server/controller/connection.py:12
Method
__init__
(self, conversation_model: ConversationModel, connection_model: ConnectionModel,
src/chat-score/webapi/server/controller/conversation.py:16
Method
__init__
(self, redis: Redis)
src/chat-score/webapi/server/models/connection.py:12
Method
__init__
(self, redis: Redis, lock_name: str, timeout=REDIS_MAX_LOCK)
src/chat-score/webapi/server/models/lock.py:11
Method
__init__
(self, redis: Redis, lock: RedisLock)
src/chat-score/webapi/server/models/conversation.py:14
Method
__init__
(self, app: Flask, submission_model: SubmissionModel)
src/picture-submission/webapi/server/controller/scoring.py:18
Method
__init__
(self, app: Flask, submission_model: SubmissionModel, scoring_controller: ScoringController)
src/picture-submission/webapi/server/controller/submission.py:18
Method
__init__
(self, ttl: int)
src/picture-submission/webapi/server/service/cache.py:9
Method
__init__
(self, app, submission_model: SubmissionModel)
src/picture-submission/webapi/server/service/ctfd/ctfd.py:28
Method
__init__
(self, r: redis.Redis, blob_service_client: BlobServiceClient, app: Flask)
src/picture-submission/webapi/server/models/submission.py:29
Function
__require_authentication_if_config
(*args, **kwargs)
docker/ctfd/utils/decorators/__init__.py:45
Function
_registered_only
(*args, **kwargs)
docker/ctfd/utils/decorators/__init__.py:112
Function
_require_authentication_if_config
(f)
docker/ctfd/utils/decorators/__init__.py:43
Function
_require_complete_profile
(*args, **kwargs)
docker/ctfd/utils/decorators/__init__.py:205
Function
_require_verified_emails
(*args, **kwargs)
docker/ctfd/utils/decorators/__init__.py:65
Function
activity_signal
()
src/chat-score/webapi/app.py:57
Function
addCustomPlugin
(manifest: PluginManifest, manifestDomain: string)
src/chat-copilot/webapp/src/libs/hooks/usePlugins.ts:18
Function
admins_only
Decorator that requires the user to be authenticated and an admin :param f: :return:
docker/ctfd/utils/decorators/__init__.py:127
Function
admins_only_wrapper
(*args, **kwargs)
docker/ctfd/utils/decorators/__init__.py:135
Function
authed_only
Decorator that requires the user to be authenticated :param f: :return:
docker/ctfd/utils/decorators/__init__.py:81
Function
authed_only_wrapper
(*args, **kwargs)
docker/ctfd/utils/decorators/__init__.py:89
Function
basicBotResponses
(page)
src/chat-copilot/webapp/tests/testsBasic.ts:25
Function
before_request
()
src/challenge-home/webapi/app.py:50
Function
chatTitleChange
(page)
src/chat-copilot/webapp/tests/testsBasic.ts:47
Function
connect
()
src/chat-score/webapi/app.py:45
Method
constructor
()
src/chat-copilot/webapp/src/libs/services/GraphService.ts:25
Method
constructor
(protected readonly serviceUrl: string = BackendServiceUrl)
src/chat-copilot/webapp/src/libs/services/BaseService.ts:41
Method
constructor
(protected readonly serviceUrl: string = BackendServiceUrl)
src/picture-submission/webapp/src/libs/services/BaseService.ts:40
Function
ctfd_auth
(f)
src/picture-submission/webapi/server/middleware/ctfd_auth.py:13
Method
dead_connections
Handle dead connections
src/chat-score/webapi/server/controller/conversation.py:97
Function
deleteChat
(chatId: string)
src/chat-copilot/webapp/src/libs/hooks/useChat.ts:478
Function
disablePluginAndEvaluateResponse
(page, input, chatbotResponse)
src/chat-copilot/webapp/tests/utils.ts:152
Function
documentUpload
(page)
src/chat-copilot/webapp/tests/testsBasic.ts:60
Function
downloadBot
(chatId: string)
src/chat-copilot/webapp/src/libs/hooks/useChat.ts:298
Function
during_ctf_time_only
Decorator to restrict an endpoint to only be seen during a CTF :param f: :return:
docker/ctfd/utils/decorators/__init__.py:14
Function
during_ctf_time_only_wrapper
(*args, **kwargs)
docker/ctfd/utils/decorators/__init__.py:22
Function
editChat
(chatId: string, title: string, syetemDescription: string, memoryBalance: number)
src/chat-copilot/webapp/src/libs/hooks/useChat.ts:452
Function
editRag
(chatId: string, ragDocument: string, ragUserInput?: string)
src/chat-copilot/webapp/src/libs/hooks/useChat.ts:121
Function
enablePluginAndClosePopUp
(page)
src/chat-copilot/webapp/tests/utils.ts:94
Function
error_handler
(e: Exception)
src/chat-score/webapi/app.py:66
Function
executePlanAndWaitForResponse
(page)
src/chat-copilot/webapp/tests/utils.ts:106
Function
execute_code
()
src/chat-copilot/plugins/rce-plugin/app.py:42
Function
fail
()
src/chat-score/webapp/src/components/conversation/ScoringPane.tsx:101
Method
fail_response
(reason: str)
src/picture-submission/webapi/server/service/ctfd/ctfd.py:45
Function
formatChatTextContent
(messageContent: string)
src/chat-copilot/webapp/src/components/utils/TextUtils.tsx:47
Function
getAccessTokenUsingMsal
( inProgress: InteractionStatus, msalInstance: IPublicClientApplication, scopes: string[], ext
src/chat-copilot/webapp/src/libs/auth/TokenHelper.ts:20
Function
getChatMemorySources
(chatId: string)
src/chat-copilot/webapp/src/libs/hooks/useChat.ts:346
Function
getChatUserById
(id: string, chatId: string, users: IChatUser[])
src/chat-copilot/webapp/src/libs/hooks/useChat.ts:81
Function
getContentSafetyStatus
()
src/chat-copilot/webapp/src/libs/hooks/useFile.ts:89
Function
getLastChatMessageContentsAsString
(page)
src/chat-copilot/webapp/tests/utils.ts:122
Function
getMsalConfig
(authConfig: AuthConfig)
src/chat-copilot/webapp/src/libs/auth/AuthHelper.ts:30
Function
getSKaaSAccessToken
(instance: IPublicClientApplication, inProgress: InteractionStatus)
src/chat-copilot/webapp/src/libs/auth/AuthHelper.ts:111
Function
getSemanticMemories
(chatId: string, memoryName: string)
src/chat-copilot/webapp/src/libs/hooks/useChat.ts:360
Function
getServiceInfo
()
src/chat-copilot/webapp/src/libs/hooks/useChat.ts:467
Function
get_all_challenges
(admin=False, field=None, q=None, **query_args)
docker/ctfd/utils/challenges/__init__.py:21
Function
get_challenge_settings
(**_)
src/picture-submission/webapi/app.py:64
Function
get_cosmosdb_name
(challenge_id: int)
challenges/generate.py:18
Function
get_picture
(ctfd_ticket: CtfdAuthTicket)
src/picture-submission/webapi/app.py:79
Method
get_picture
(self, user_id: str)
src/picture-submission/webapi/server/controller/submission.py:37
Function
get_solve_counts_for_challenges
(challenge_id=None, admin=False)
docker/ctfd/utils/challenges/__init__.py:102
Function
get_solve_ids_for_user_id
(user_id)
docker/ctfd/utils/challenges/__init__.py:90
Function
get_solves_for_challenge_id
(challenge_id, freeze=False)
docker/ctfd/utils/challenges/__init__.py:52
Function
get_status
(ctfd_ticket: CtfdAuthTicket)
src/picture-submission/webapi/app.py:74
Function
githubTest
(page)
src/chat-copilot/webapp/tests/testsPlanner.ts:74
Function
goToChat
()
src/chat-copilot/webapp/src/components/chat/tabs/RagTab.tsx:98
Function
handleClear
()
src/picture-submission/webapp/src/components/PictureUpload.tsx:116
Function
handleDrop
(e: React.DragEvent<HTMLTextAreaElement>)
src/chat-copilot/webapp/src/components/chat/ChatInput.tsx:168
Function
handleDrop
(event: React.DragEvent<HTMLDivElement>)
src/picture-submission/webapp/src/components/PictureUpload.tsx:63
Function
handleFileUpload
(event: React.ChangeEvent<HTMLInputElement>)
src/picture-submission/webapp/src/components/PictureUpload.tsx:71
Function
handleImport
( chatId: string, documentFileRef: React.MutableRefObject<HTMLInputElement | null>, fi
src/chat-copilot/webapp/src/libs/hooks/useFile.ts:52
Function
handleKeyDown
(event)
src/chat-copilot/webapp/src/components/chat/shared/EditChatName.tsx:79
Function
handlePaste
(event: React.ClipboardEvent<HTMLDivElement>)
src/picture-submission/webapp/src/components/PictureUpload.tsx:78
Function
handleSpeech
()
src/chat-copilot/webapp/src/components/chat/ChatInput.tsx:135
Function
handleSubmit
(options: GetResponseOptions)
src/chat-copilot/webapp/src/components/chat/ChatRoom.tsx:112
Function
handleSubmit
(ev: React.FormEvent<HTMLFormElement>)
src/chat-copilot/webapp/src/components/chat/invitation-dialog/InvitationJoinDialog.tsx:43
← previous
next →
301–400 of 490, ranked by callers