Skip to content

Commit

Permalink
Fixes incorrect Any import in Guided Conversation skill. (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
payneio authored Jan 13, 2025
1 parent fc6b1a0 commit 871b806
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
https://microsoft.sharepoint.com/:v:/t/NERDAIProgram2/EfRcEA2RSP9DuJhw8AHnAP4B12g__TFV21GOxlZvSR3mEA?e=91Wp9f&nav=eyJwbGF5YmFja09wdGlvbnMiOnt9LCJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTaGFyZVBvaW50IiwicmVmZXJyYWxNb2RlIjoibWlzIiwicmVmZXJyYWxWaWV3IjoidmlkZW9hY3Rpb25zLXNoYXJlIiwicmVmZXJyYWxQbGF5YmFja1Nlc3Npb25JZCI6ImMzYzUwNTEwLWQ1MzAtNGQyYS1iZGY3LTE2ZGViZTYwNjU4YiJ9fQ%3D%3D
"""

from typing import cast
from typing import Any, cast

from guided_conversation_skill.agenda import Agenda, AgendaItem
from guided_conversation_skill.artifact_helpers import get_artifact_for_prompt
Expand All @@ -38,7 +38,6 @@
)
from pydantic import ValidationError
from skill_library.types import LanguageModel
from traitlets import Any

from ..logging import extra_data, logger
from .fix_agenda_error import fix_agenda_error
Expand Down

0 comments on commit 871b806

Please sign in to comment.