AgentBuilder.WithCodeInterpreter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enable the code-interpreter tool with this agent.
public Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder WithCodeInterpreter ();
member this.WithCodeInterpreter : unit -> Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder
Public Function WithCodeInterpreter () As AgentBuilder
Returns
AgentBuilder instance for fluid expression.