SmartAgentPrompt
Wisej.AI.SmartAgentPrompt
Last updated
Wisej.AI.SmartAgentPrompt
Last updated
Namespace: Wisej.AI
Assembly: Wisej.AI (3.5.0.0)
TODO:
Initializes a new instance of the class with optional text.
text
The text associated with the prompt. Default is null
.
Executes the agent request asynchronously with the specified sender and message.
adapter
The sender adapter initiating the request.
message
Message to send to the agent for processing.
Throws:
Subscribes the agent to the specified adapter.
adapter
The adapter to which the agent will be subscribed.
Throws:
Unsubscribes the agent from the specified adapter.
adapter
The adapter from which the agent will be unsubscribed.
Throws:
Represents a provider that supplies tools.
Returns: . A task representing the asynchronous operation, with a as the result.
Thrown when the SmartAdapter is busy.
Thrown when the sender is null.
Thrown when the adapter is null.
Thrown when the adapter is null.