Skip to content

fix: parse context input#145

Open
cosmyo wants to merge 1 commit intomainfrom
fix/input_parameters
Open

fix: parse context input#145
cosmyo wants to merge 1 commit intomainfrom
fix/input_parameters

Conversation

@cosmyo
Copy link
Collaborator

@cosmyo cosmyo commented Feb 4, 2026

Description

  • Parse context input schema as open ai sdk tools context.
  • Fix entrypoint schema generation for agent as tools.

@cosmyo cosmyo requested a review from cristipufu February 4, 2026 09:21
@cosmyo cosmyo self-assigned this Feb 4, 2026
@cosmyo cosmyo force-pushed the fix/input_parameters branch from 9d1f414 to 1f0d5ca Compare February 4, 2026 09:27
"""


class Context(BaseModel):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

InputModel


return UiPathOpenAIAgentRuntime
if name == "get_agent_context_type":
from .context import get_agent_context_type
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it doesn't make sense to lazy load these here, there aren't any heavy deps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants