Skip to content

Conversation

augustas1
Copy link
Collaborator

No description provided.

@augustas1 augustas1 requested review from tsmith023 and a team September 5, 2025 13:00
Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

/** System prompt to guide the agent's behavior. */
systemPrompt?: string;
/** Host of the agents service. */
agentsHost?: string;
};

export type QueryAgentQuery = string | ConversationContext;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it possible to make this string | ChatMessage[] and then wrap in ConversationContext just for the request, so the user doesn't need to include the {messages: ...} (to match the python client)?

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