Class XSearchToolDefinition
Implements
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetEntityId()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Glitch9.AIDevKit.Agents
Assembly: Glitch9.AIDevKit.dll
Syntax
[CreateAssetMenu(fileName = "X Search", menuName = "AI DevKit/Agent/Hosted Tool Definition/X Search Tool (xAI)", order = 2047)]
public class XSearchToolDefinition : HostedToolDefinitionBase, IHostedToolOptions
Properties
| Edit this page View SourceAllowedXHandles
Declaration
public string[] AllowedXHandles { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
EnableImageUnderstanding
Declaration
public bool EnableImageUnderstanding { get; }
Property Value
| Type | Description |
|---|---|
| bool |
EnableVideoUnderstanding
Declaration
public bool EnableVideoUnderstanding { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ExcludedXHandles
Declaration
public string[] ExcludedXHandles { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
FromDate
Declaration
public SerializableNullable<UnixTime> FromDate { get; }
Property Value
| Type | Description |
|---|---|
| SerializableNullable<UnixTime> |
ToDate
Declaration
public SerializableNullable<UnixTime> ToDate { get; }
Property Value
| Type | Description |
|---|---|
| SerializableNullable<UnixTime> |
ToolTypesByApi
Declaration
public override Dictionary<Api, ToolType> ToolTypesByApi { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<Api, ToolType> |
Overrides
Methods
| Edit this page View SourceGetHostedTools(Model)
Declaration
public override IEnumerable<Tool> GetHostedTools(Model model)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model |
Returns
| Type | Description |
|---|---|
| IEnumerable<Tool> |