Interface AzureAiFoundryClient
- All Known Implementing Classes:
AzureAiFoundryClientImpl
public interface AzureAiFoundryClient
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateMessage(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String role, String content) createRun(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String assistantId) createThread(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId) findMessages(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String runId) getRunStatus(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String runId)
-
Field Details
-
RUN_STATUS_QUEUED
- See Also:
-
RUN_STATUS_IN_PROGRESS
- See Also:
-
RUN_STATUS_COMPLETED
- See Also:
-
-
Method Details
-
createThread
-
createMessage
-
createRun
-
getRunStatus
-
findMessages
AzureMessages findMessages(FlowableAuthenticationApiKey apiKey, String connectionString, String tenantId, String threadId, String runId)
-