Skip to content

Commit

Permalink
Fix pipeline 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoChenOSU committed Jan 31, 2025
1 parent b4c2941 commit 59ce3b4
Show file tree
Hide file tree
Showing 2 changed files with 534 additions and 551 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright (c) Microsoft. All rights reserved.


from enum import StrEnum
from enum import Enum

from semantic_kernel.utils.experimental_decorator import experimental_class


@experimental_class
class BedrockAgentStatus(StrEnum):
class BedrockAgentStatus(str, Enum):
"""Bedrock Agent Status.
https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_PrepareAgent.html#API_agent_PrepareAgent_ResponseElements
Expand Down
Loading

0 comments on commit 59ce3b4

Please sign in to comment.