Skip to content
Docs Try Aspire
Docs Try

CodeInterpreterToolResource

Class sealed net8.0
📦 Aspire.Hosting.Foundry v13.4.0-preview.1.26281.18
A Foundry tool resource that enables an agent to write and run Python code in a sandboxed environment for data analysis, math, and chart generation.
namespace Aspire.Hosting.Foundry;
public sealed class CodeInterpreterToolResource
: Aspire.Hosting.Foundry.FoundryToolResource
{
// ...
}